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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 838a4ed2818..30f80110f6e 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -93,7 +93,7 @@ typedef struct BoundBox {
/** #BoundBox.flag */
enum {
- BOUNDBOX_DISABLED = (1 << 0),
+ /* BOUNDBOX_DISABLED = (1 << 0), */ /* UNUSED */
BOUNDBOX_DIRTY = (1 << 1),
};