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_userdef_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_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index b1d4145328b..cfb52c8fa14 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -434,7 +434,6 @@ typedef struct bTheme {
ThemeSpace tima;
ThemeSpace text;
ThemeSpace toops;
- ThemeSpace ttime;
ThemeSpace tnode;
ThemeSpace tuserpref;
ThemeSpace tconsole;