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>2019-09-26 17:15:19 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-26 17:26:04 +0300
commitda63ac5576334d2654856f45b627e1d04f31c134 (patch)
tree51004eb399ea0d4de5fe1ec5bb1607265ce060a1 /source/blender/windowmanager/wm_cursors.h
parenta0d4c2e607fc91a99e1272b1e975ec45e02c94fc (diff)
Cleanup: remove unused cursors without high resolution image
Diffstat (limited to 'source/blender/windowmanager/wm_cursors.h')
-rw-r--r--source/blender/windowmanager/wm_cursors.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/windowmanager/wm_cursors.h b/source/blender/windowmanager/wm_cursors.h
index de646882fcc..d13f455c6a8 100644
--- a/source/blender/windowmanager/wm_cursors.h
+++ b/source/blender/windowmanager/wm_cursors.h
@@ -56,13 +56,10 @@ typedef enum WMCursorType {
WM_CURSOR_X_MOVE,
WM_CURSOR_Y_MOVE,
WM_CURSOR_COPY,
-
WM_CURSOR_NW_ARROW,
WM_CURSOR_NS_ARROW,
WM_CURSOR_EW_ARROW,
WM_CURSOR_CROSS,
- WM_CURSOR_EDITCROSS,
- WM_CURSOR_BOXSEL,
WM_CURSOR_KNIFE,
WM_CURSOR_VERTEX_LOOP,
WM_CURSOR_TEXT_EDIT,