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>2015-11-12 10:52:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-11-12 10:54:26 +0300
commit6cbccdd31ca60819e816f164a4828b113caddd73 (patch)
tree975adfd65151f3bd089fb25de9b3c05be447bdd0 /source/blender/windowmanager/wm_cursors.h
parent60505728d9bff2963235fedc808d1e5e3b2a2ade (diff)
Cleanup: unused defines
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 81adf3a7769..e99f80f53cd 100644
--- a/source/blender/windowmanager/wm_cursors.h
+++ b/source/blender/windowmanager/wm_cursors.h
@@ -108,9 +108,6 @@ enum {
BC_YELLOW
};
-#define SMALL_CURSOR 0
-#define BIG_CURSOR 1
-
struct wmWindow;
struct wmEvent;