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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-10-20 12:26:00 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-10-20 12:26:00 +0300
commit3beea71b07ae823bc6a75d0c1ea7abf16d626d2b (patch)
treef9640ca7d9e8a9f7332b186b4e76ce8da6696688 /source/blender/blenkernel
parentc45b8a65b4311babc92fd3d794db0ec9248fb316 (diff)
Remove some residue of old legacy dependency graph
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/scene.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c
index d3aa7e8501d..1e3f6c11065 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -237,7 +237,6 @@ void BKE_scene_copy_data(Main *bmain, Scene *sce_dst, const Scene *sce_src, cons
const int flag_subdata = flag | LIB_ID_CREATE_NO_USER_REFCOUNT;
sce_dst->ed = NULL;
- sce_dst->theDag = NULL;
sce_dst->depsgraph_legacy = NULL;
sce_dst->obedit = NULL;
sce_dst->fps_info = NULL;