From 024d40b504e4dc2a23824021bdcfe772a1f5f670 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Apr 2019 02:48:05 +1000 Subject: Cleanup: comments (long lines) in makesrna --- source/blender/makesrna/RNA_define.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'source/blender/makesrna/RNA_define.h') diff --git a/source/blender/makesrna/RNA_define.h b/source/blender/makesrna/RNA_define.h index 706f1ca9e84..59c03cf34b3 100644 --- a/source/blender/makesrna/RNA_define.h +++ b/source/blender/makesrna/RNA_define.h @@ -262,8 +262,18 @@ PropertyRNA *RNA_def_float_array(StructOrFunctionRNA *cont, float softmin, float softmax); -//PropertyRNA *RNA_def_float_dynamic_array(StructOrFunctionRNA *cont, const char *identifier, float hardmin, float hardmax, -// const char *ui_name, const char *ui_description, float softmin, float softmax, unsigned int dimension, unsigned short dim_size[]); +#if 0 +PropertyRNA *RNA_def_float_dynamic_array(StructOrFunctionRNA *cont, + const char *identifier, + float hardmin, + float hardmax, + const char *ui_name, + const char *ui_description, + float softmin, + float softmax, + unsigned int dimension, + unsigned short dim_size[]); +#endif PropertyRNA *RNA_def_float_percentage(StructOrFunctionRNA *cont, const char *identifier, -- cgit v1.2.3