Cleanup: Remove outliner statement with no effect

No functional changes. The memory dupalloc will already carry over the
flags.
This commit is contained in:
Nathan Craddock 2020-08-07 10:33:03 -06:00
parent dc5c616cca
commit 2597c12b0c
1 changed files with 0 additions and 1 deletions

View File

@ -351,7 +351,6 @@ static SpaceLink *outliner_duplicate(SpaceLink *sl)
soutlinern->treestore = NULL;
soutlinern->treehash = NULL;
soutlinern->flag |= (soutliner->flag & SO_SYNC_SELECT);
soutlinern->sync_select_dirty = WM_OUTLINER_SYNC_SELECT_FROM_ALL;
return (SpaceLink *)soutlinern;