From a9e5e58e16cf0efc040ddee6fb9e5ee0a788257b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 24 Jun 2020 14:18:29 +1000 Subject: Cleanup: unused functions --- source/blender/makesrna/intern/rna_mesh.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/makesrna/intern/rna_mesh.c') diff --git a/source/blender/makesrna/intern/rna_mesh.c b/source/blender/makesrna/intern/rna_mesh.c index 62318925a0b..1bf5a4395aa 100644 --- a/source/blender/makesrna/intern/rna_mesh.c +++ b/source/blender/makesrna/intern/rna_mesh.c @@ -721,8 +721,6 @@ static void rna_MeshUVLoopLayer_clone_set(PointerRNA *ptr, bool value) DEFINE_CUSTOMDATA_LAYER_COLLECTION(vertex_color, ldata, CD_MLOOPCOL) DEFINE_CUSTOMDATA_LAYER_COLLECTION_ACTIVEITEM( vertex_color, ldata, CD_MLOOPCOL, active, MeshLoopColorLayer) -DEFINE_CUSTOMDATA_LAYER_COLLECTION_ACTIVEITEM( - vertex_color, ldata, CD_MLOOPCOL, render, MeshLoopColorLayer) static void rna_MeshLoopColorLayer_data_begin(CollectionPropertyIterator *iter, PointerRNA *ptr) { @@ -764,7 +762,6 @@ DEFINE_CUSTOMDATA_LAYER_COLLECTION(sculpt_vertex_color, vdata, CD_PROP_COLOR) DEFINE_CUSTOMDATA_LAYER_COLLECTION_ACTIVEITEM( sculpt_vertex_color, vdata, CD_PROP_COLOR, active, MeshVertColorLayer) - static void rna_MeshVertColorLayer_data_begin(CollectionPropertyIterator *iter, PointerRNA *ptr) { Mesh *me = rna_mesh(ptr); -- cgit v1.2.3