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>2015-01-19 17:07:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-19 17:07:12 +0300
commit18ae259cc4b60a670f4bf5cbd621bbe420c0c24b (patch)
treefdb67bc2e69939bdb45ff4cde286bcc344a18dae /source/blender/makesdna/DNA_userdef_types.h
parent45dfb3b74231dcaffcc8677435488b6eb18132de (diff)
Cleanup: unused Global flags.
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 11807ba5338..c7f40330f26 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -461,7 +461,7 @@ typedef struct UserDef {
int scrollback; /* console scrollback limit */
int dpi; /* range 48-128? */
- short encoding;
+ char pad2[2];
short transopts;
short menuthreshold1, menuthreshold2;