From 6028ac44a1351ef91a2fe3b98ab15f8690d885b5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 17 Aug 2021 17:45:57 +1000 Subject: Cleanup: unused defines --- source/blender/makesdna/DNA_object_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/makesdna/DNA_object_types.h') 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, -- cgit v1.2.3