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/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 4bb639661e9..db9fa37ebd3 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -632,12 +632,6 @@ enum {
# define OB_FLAG_DEPRECATED_12 (1 << 12) /* cleared */
#endif
-/* controller state */
-#define OB_MAX_STATES 30
-
-/* collision masks */
-#define OB_MAX_COL_MASKS 16
-
/* ob->restrictflag */
enum {
OB_RESTRICT_VIEW = 1 << 0,