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
This commit is contained in:
Harley Acheson
2020-02-28 08:45:17 -08:00
parent 4a373afa5f
commit 85f980c517
5 changed files with 130 additions and 1184 deletions

View File

@@ -197,7 +197,6 @@ class USERPREF_PT_interface_display(InterfacePanel, CenterAlignMixIn, Panel):
flow.prop(view, "show_tooltips")
flow.prop(view, "show_tooltips_python")
flow.prop(view, "show_developer_ui")
flow.prop(view, "show_large_cursors")
class USERPREF_PT_interface_text(InterfacePanel, CenterAlignMixIn, Panel):

View File

@@ -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. */

File diff suppressed because it is too large Load Diff