Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Craddock <nzcraddock@gmail.com>2020-08-07 19:33:03 +0300
committerNathan Craddock <nzcraddock@gmail.com>2020-08-07 20:49:57 +0300
commit2597c12b0c103ec922d1ec5ff912dbd9d691f1b3 (patch)
tree83a62d23aca80fd67823329a9d564a9832bc180c /source/blender/editors/space_outliner/space_outliner.c
parentdc5c616ccae292c5643e57f74c98ea7f5b5002d7 (diff)
Cleanup: Remove outliner statement with no effect
No functional changes. The memory dupalloc will already carry over the flags.
Diffstat (limited to 'source/blender/editors/space_outliner/space_outliner.c')
-rw-r--r--source/blender/editors/space_outliner/space_outliner.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/space_outliner.c b/source/blender/editors/space_outliner/space_outliner.c
index 8a78211f145..63abc22f367 100644
--- a/source/blender/editors/space_outliner/space_outliner.c
+++ b/source/blender/editors/space_outliner/space_outliner.c
@@ -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;