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>2014-11-09 19:16:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-09 19:17:46 +0300
commit6c5e2ac7e666e6fac5b831a16c337eabbd88f4f6 (patch)
tree58fde302ab289c96ae3bd9b86997dfd75423e229 /source/blender/editors/include/UI_interface.h
parent8c712eaa297162669fc0be849da115dd8db400d5 (diff)
Cleanup: remove unused UI_SHIFT_FLIPPED (2.4x toolbox)
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-rw-r--r--source/blender/editors/include/UI_interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 3704315bb61..e8cca243a93 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -111,7 +111,6 @@ typedef struct uiLayout uiLayout;
#define UI_LEFT (1 << 2)
#define UI_RIGHT (1 << 3)
#define UI_CENTER (1 << 4)
-#define UI_SHIFT_FLIPPED (1 << 5)
#if 0
/* uiBlock->autofill (not yet used) */