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>2021-08-17 10:45:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-17 10:45:57 +0300
commit6028ac44a1351ef91a2fe3b98ab15f8690d885b5 (patch)
tree8280a3cb1f1620f3f35102c2dcb7b0c503bc1569 /source/blender/makesdna/DNA_object_types.h
parent7304541f66a87e8131e9654a7fa1b9e77fb1fa4e (diff)
Cleanup: unused defines
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index c6d6334118f..0250d853898 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -467,8 +467,6 @@ typedef struct ObHook {
/* used many places, should be specialized. */
#define SELECT 1
-#define OBJECT_ACTIVE_MODIFIER_NONE -1
-
/* type */
enum {
OB_EMPTY = 0,