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:
authorHarley Acheson <harley.acheson@gmail.com>2020-02-28 19:45:17 +0300
committerHarley Acheson <harley.acheson@gmail.com>2020-02-28 19:45:17 +0300
commit85f980c517e42d41352bf7190ae850239edc2f88 (patch)
treee00fb20ba791706c68fdabf3c84b981539b62a90 /source/blender/makesdna
parent4a373afa5fb8f9eab92314fac1b140b7803f30fe (diff)
UI: Remove Support for Large Cursors
Removing the 'Large Cursors' option as it is no longer applicable or useful on any platform. Differential Revision: https://developer.blender.org/D6958 Reviewed by Brecht Van Lommel
Diffstat (limited to 'source/blender/makesdna')
-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 e79d4ccae3a..386f8150637 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -748,7 +748,7 @@ typedef struct UserDef {
/** Milliseconds to spend spinning the view. */
short smooth_viewtx;
short glreslimit;
- short curssize;
+ short curssize DNA_DEPRECATED;
/** #eColorPicker_Types. */
short color_picker_type;
/** Curve smoothing type for newly added F-Curves. */