[Bf-blender-cvs] [fbb0815fd78] temp-udim-images: Remove unused code from rna_image.c

Lukas Stockner noreply at git.blender.org
Sat Jun 16 13:53:55 CEST 2018


Commit: fbb0815fd7800d971dc7288e7905f7eea609e143
Author: Lukas Stockner
Date:   Sat Jun 16 13:53:01 2018 +0200
Branches: temp-udim-images
https://developer.blender.org/rBfbb0815fd7800d971dc7288e7905f7eea609e143

Remove unused code from rna_image.c

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

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

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

diff --git a/source/blender/makesrna/intern/rna_image.c b/source/blender/makesrna/intern/rna_image.c
index 92ee60514a2..22999d6159f 100644
--- a/source/blender/makesrna/intern/rna_image.c
+++ b/source/blender/makesrna/intern/rna_image.c
@@ -907,8 +907,6 @@ static void rna_def_image(BlenderRNA *brna)
 	RNA_def_property_struct_type(prop, "ImageTile");
 	RNA_def_property_collection_sdna(prop, NULL, "tiles", NULL);
 	RNA_def_property_ui_text(prop, "Image Tiles", "Tiles of the image");
-	//RNA_def_property_collection_funcs(prop, "rna_Image_tiles_begin", "rna_iterator_array_next",
-	//                                  "rna_iterator_array_end", "rna_iterator_array_get", NULL, NULL, NULL, NULL);
 	rna_def_image_tiles(brna, prop);
 
 	/*



More information about the Bf-blender-cvs mailing list