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/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index 243c3f049c7..32f2b55ca54 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -599,7 +599,7 @@ typedef enum StructFlag {
/* internal flags */
STRUCT_RUNTIME = (1 << 3),
- STRUCT_GENERATED = (1 << 4),
+ /* STRUCT_GENERATED = (1 << 4), */ /* UNUSED */
STRUCT_FREE_POINTERS = (1 << 5),
/** Menus and Panels don't need properties */
STRUCT_NO_IDPROPERTIES = (1 << 6),