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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index bfa7400f926..4d15abc3c77 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -527,16 +527,6 @@ enum {
OB_NEGZ = 5,
};
-/* dt: no flags */
-enum {
- OB_BOUNDBOX = 1,
- OB_WIRE = 2,
- OB_SOLID = 3,
- OB_MATERIAL = 4,
- OB_TEXTURE = 5,
- OB_RENDER = 6,
-};
-
/* dtx: flags (short) */
enum {
OB_DRAWBOUNDOX = 1 << 0,