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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2020-03-01 18:12:42 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-03-01 18:15:25 +0300
commit24ef1cf07e2f653ac12856b5eeba177305c1d43b (patch)
tree7a107eb8e72529973c25ec7f17be368014acdb91 /source/blender/makesdna
parent821ecbe805b49ea1a19c95e9352be66d29509c69 (diff)
Fix show large cursor preference not being fully removed and causing warnings
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 386f8150637..d40559bc194 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -748,7 +748,6 @@ typedef struct UserDef {
/** Milliseconds to spend spinning the view. */
short smooth_viewtx;
short glreslimit;
- short curssize DNA_DEPRECATED;
/** #eColorPicker_Types. */
short color_picker_type;
/** Curve smoothing type for newly added F-Curves. */
@@ -757,7 +756,7 @@ typedef struct UserDef {
char ipo_new;
/** Handle types for newly added keyframes. */
char keyhandles_new;
- char _pad11[2];
+ char _pad11[4];
/** #eZoomFrame_Mode. */
char view_frame_type;