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-06 10:18:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 10:18:54 +0300
commit2d5e2de88b9cc9837ad4c7e8c16809303ed16aa1 (patch)
tree0a04de484923e723591796393b765384dc58b499 /source/blender/makesdna/DNA_userdef_types.h
parented53c8ea762225f32caf624f7322cf264199d469 (diff)
Cleanup: remove unused toolbox delay preferences
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 80f9fff3e21..23bd962760b 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -639,7 +639,7 @@ typedef struct UserDef {
short gp_manhattendist, gp_euclideandist, gp_eraser;
/** #eGP_UserdefSettings. */
short gp_settings;
- short tb_leftmouse, tb_rightmouse;
+ char _pad13[4];
struct SolidLight light_param[4];
float light_ambient[3];
char _pad3[4];