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/makesdna/DNA_space_types.h
parent5dcb6fb22f3f0a8a5b2b9f0aa5479a29d635ddbe (diff)
Cleanup: unused structs
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index adf93bb71f3..159c0424ee8 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -582,9 +582,6 @@ typedef struct SpaceSeq {
/** Multiview current eye - for internal use. */
char multiview_eye;
char _pad2[7];
-
- struct GPUFX *compositor;
- void *_pad3;
} SpaceSeq;
/* SpaceSeq.mainb */