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>2018-09-03 13:17:55 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-09-03 13:17:55 +0300
commit296a1afc0c7ddc50f6e6cadd3b0fc8d58155baa6 (patch)
tree8dc460695c372b6e3c9e410057ebbaceeb111505 /source/blender/blenloader
parent73a474dd8b4154234929d418690e8f8cf659c7e9 (diff)
Cleanup: Remove unused lay_updated
Is no longer used, having it around was more of a confusion than anything else.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index d08dce5a144..e6a4d872986 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -6244,7 +6244,6 @@ static void direct_link_scene(FileData *fd, Scene *sce)
sce->depsgraph_hash = NULL;
sce->fps_info = NULL;
sce->customdata_mask_modal = 0;
- sce->lay_updated = 0;
BKE_sound_create_scene(sce);