comment unused lines.

This commit is contained in:
2011-08-15 03:41:31 +00:00
parent 02b24e655b
commit 2c8e1e633c
4 changed files with 8 additions and 7 deletions

View File

@@ -4509,7 +4509,8 @@ int RNA_parameter_list_ret_count(ParameterList *parms)
void RNA_parameter_list_begin(ParameterList *parms, ParameterIterator *iter)
{
RNA_pointer_create(NULL, &RNA_Function, parms->func, &iter->funcptr);
/* may be useful but unused now */
/* RNA_pointer_create(NULL, &RNA_Function, parms->func, &iter->funcptr); */ /*UNUSED*/
iter->parms= parms;
iter->parm= parms->func->cont.properties.first;