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>2019-02-13 11:12:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-13 11:14:36 +0300
commitb271cbfcb062498532a2bde5ab9fbac03be8f1cd (patch)
treeda258d0918db575c67478481dcdb9ef4733a2015 /source/blender/makesdna/DNA_space_types.h
parent2424bb3d5ef38702bb738431ab05bd4575374e96 (diff)
Cleanup: unused DNA struct members
- Timeline theme. - 3D view runtime variables. - Exclude EditLatt from SDNA.
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 24526ed123d..b571140eb94 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -134,9 +134,8 @@ typedef struct SpaceButs {
short mainb, mainbo, mainbuser;
/** Preview is signal to refresh. */
short preview;
- short pad[2];
+ char _pad[5];
char flag;
- char collection_context;
/** Runtime. */
void *path;