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:
authorCampbell Barton <ideasman42@gmail.com>2020-02-20 03:17:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-20 04:21:01 +0300
commit60e877bb78dce39e05b3d6d87b2a45803073f802 (patch)
tree2ae92f8e192b99b65161b7232c694b2e9086a7b2 /source/blender/blenloader/intern
parent5dcb6fb22f3f0a8a5b2b9f0aa5479a29d635ddbe (diff)
Cleanup: unused structs
Diffstat (limited to 'source/blender/blenloader/intern')
-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 acc73d1fafe..2536de50900 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -7243,7 +7243,6 @@ static void direct_link_area(FileData *fd, ScrArea *area)
sseq->scopes.sep_waveform_ibuf = NULL;
sseq->scopes.vector_ibuf = NULL;
sseq->scopes.histogram_ibuf = NULL;
- sseq->compositor = NULL;
}
else if (sl->spacetype == SPACE_PROPERTIES) {
SpaceProperties *sbuts = (SpaceProperties *)sl;