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:
Diffstat (limited to 'source/blender/editors/include/ED_screen_types.h')
-rw-r--r--source/blender/editors/include/ED_screen_types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blender/editors/include/ED_screen_types.h b/source/blender/editors/include/ED_screen_types.h
index ee19210b74d..29e62d51f7d 100644
--- a/source/blender/editors/include/ED_screen_types.h
+++ b/source/blender/editors/include/ED_screen_types.h
@@ -33,23 +33,14 @@ typedef struct AZone {
struct AZone *next, *prev;
int type;
int flag;
- int action;
int pos;
short x1, y1, x2, y2;
} AZone;
-#define MAX_AZONES 8
-
-
/* actionzone type */
#define AZONE_TRI 1
#define AZONE_QUAD 2
-/* actionzone action */
-#define AZONE_SPLIT 1
-#define AZONE_JOIN 2
-#define AZONE_DRAG 3
-
/* actionzone pos */
#define AZONE_S 1
#define AZONE_SW 2