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_property_types.h')
-rw-r--r--source/blender/makesdna/DNA_property_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_property_types.h b/source/blender/makesdna/DNA_property_types.h
index c8275a41404..77cd7c3e102 100644
--- a/source/blender/makesdna/DNA_property_types.h
+++ b/source/blender/makesdna/DNA_property_types.h
@@ -54,7 +54,7 @@ typedef struct bProperty {
#define GPROP_INT 1
#define GPROP_FLOAT 2
#define GPROP_STRING 3
-#define GPROP_VECTOR 4
+// #define GPROP_VECTOR 4 // UNUSED
#define GPROP_TIME 5
/* property->flag */