[Bf-blender-cvs] [be8a201a164] master: Cleanup: unused warning

Campbell Barton noreply at git.blender.org
Wed Jun 16 04:50:47 CEST 2021


Commit: be8a201a164f8a3ab2e61b1d85bbe75ebfbb0b30
Author: Campbell Barton
Date:   Wed Jun 16 12:29:44 2021 +1000
Branches: master
https://developer.blender.org/rBbe8a201a164f8a3ab2e61b1d85bbe75ebfbb0b30

Cleanup: unused 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 f996f60a166..17ff997e0df 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -502,11 +502,13 @@ static const EnumPropertyItem rna_node_geometry_attribute_input_type_items_float
     ITEM_FLOAT,
     {0, NULL, 0, NULL, NULL},
 };
+#  if 0 /* UNUSED */
 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