From ad405f0cb712f3ad2a13cf51581d76521e6bd7fb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 25 Aug 2010 00:34:40 +0000 Subject: remove rna function template_triColorSet(), was only used in one place and can be done just as well with 3 function calls. --- source/blender/makesrna/intern/rna_ui_api.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/makesrna/intern/rna_ui_api.c') diff --git a/source/blender/makesrna/intern/rna_ui_api.c b/source/blender/makesrna/intern/rna_ui_api.c index eef9e89f8df..b400108c3ec 100644 --- a/source/blender/makesrna/intern/rna_ui_api.c +++ b/source/blender/makesrna/intern/rna_ui_api.c @@ -376,9 +376,6 @@ void RNA_api_ui_layout(StructRNA *srna) RNA_def_boolean(func, "lock", 0, "", "Lock the color wheel display to value 1.0 regardless of actual color"); RNA_def_boolean(func, "lock_luminosity", 0, "", "Keep the color at its original vector length"); RNA_def_boolean(func, "cubic", 1, "", "Cubic saturation for picking values close to white"); - - func= RNA_def_function(srna, "template_triColorSet", "uiTemplateTriColorSet"); - api_ui_item_rna_common(func); func= RNA_def_function(srna, "template_image_layers", "uiTemplateImageLayers"); RNA_def_function_flag(func, FUNC_USE_CONTEXT); -- cgit v1.2.3