From 23e6ada74f649b7ed69ad1978790d53fe09c43e0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 8 Apr 2010 11:46:52 +0000 Subject: bugfix [#21929] linking in groups into a linked in scene is possible and those groups can't be deleted - Disallow this and report a warning in the console when it happens. - File selector operators now report in the global report console. - Cleared some warnings. --- source/blender/makesrna/intern/rna_animation_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesrna/intern/rna_animation_api.c') diff --git a/source/blender/makesrna/intern/rna_animation_api.c b/source/blender/makesrna/intern/rna_animation_api.c index 5c745eac59f..1e62e10f211 100644 --- a/source/blender/makesrna/intern/rna_animation_api.c +++ b/source/blender/makesrna/intern/rna_animation_api.c @@ -44,8 +44,8 @@ void RNA_api_keyingset(StructRNA *srna) { - FunctionRNA *func; - PropertyRNA *parm; +// FunctionRNA *func; +// PropertyRNA *parm; } #endif -- cgit v1.2.3