Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-04-28 09:15:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-28 09:15:47 +0400
commitfca91f550bdd301850eeae0c936e0df83006742c (patch)
tree03b61d8b809838409bc02e5955fa0a0ce9dd5237 /source/blender/makesrna/intern/rna_animation.c
parent9e6cdf54a3874f97fdfaecb1ef19a7e85451f762 (diff)
rename duplicate header defines & remove unused var.
Diffstat (limited to 'source/blender/makesrna/intern/rna_animation.c')
-rw-r--r--source/blender/makesrna/intern/rna_animation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_animation.c b/source/blender/makesrna/intern/rna_animation.c
index fb23e5ac63d..106c51865fd 100644
--- a/source/blender/makesrna/intern/rna_animation.c
+++ b/source/blender/makesrna/intern/rna_animation.c
@@ -770,7 +770,7 @@ static void rna_api_animdata_drivers(BlenderRNA *brna, PropertyRNA *cprop)
PropertyRNA *parm;
FunctionRNA *func;
- PropertyRNA *prop;
+ // PropertyRNA *prop;
RNA_def_property_srna(cprop, "AnimDataDrivers");
srna= RNA_def_struct(brna, "AnimDataDrivers", NULL);