[Bf-blender-cvs] [c8de9dc2a41] temp-geometry-nodes-fields-prototype: Cleanup: Unused variable warning

Hans Goudey noreply at git.blender.org
Tue Aug 3 06:53:27 CEST 2021


Commit: c8de9dc2a41d8416541ce89c35a4e50c807bcd38
Author: Hans Goudey
Date:   Tue Aug 3 00:28:03 2021 -0400
Branches: temp-geometry-nodes-fields-prototype
https://developer.blender.org/rBc8de9dc2a41d8416541ce89c35a4e50c807bcd38

Cleanup: Unused variable warning

===================================================================

M	source/blender/makesrna/intern/rna_nodetree.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 59523a42159..11108619b55 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -527,11 +527,13 @@ static const EnumPropertyItem rna_node_geometry_attribute_input_type_items_float
     ITEM_FLOAT,
     {0, NULL, 0, NULL, NULL},
 };
+#  if 0
 static const EnumPropertyItem rna_node_geometry_attribute_input_type_items_int[] = {
     ITEM_ATTRIBUTE,
     ITEM_INTEGER,
     {0, NULL, 0, NULL, NULL},
 };
+#  endif
 static const EnumPropertyItem rna_node_geometry_attribute_input_type_items_no_boolean[] = {
     ITEM_ATTRIBUTE,
     ITEM_FLOAT,



More information about the Bf-blender-cvs mailing list