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>2014-05-05 06:29:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-05 06:29:28 +0400
commit620901426c3ad52585b933f83c4a02cfde67130a (patch)
tree936a509071a4fb125eabe1eec1f7b5a7435951bf /source/blender/editors/animation
parent6d2c23bf70c550ead52a5e518d9e4846c5d3f23f (diff)
Code cleanup
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index 746395cfe6f..62629949afe 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -2927,7 +2927,7 @@ static int acf_nlaaction_icon(bAnimListElem *ale)
* Although this can't be used directly for NLA Action drawing,
* it is still needed for use behind the RHS toggles
*/
-static void acf_nlaaction_color(bAnimContext *ac, bAnimListElem *ale, float r_color[3])
+static void acf_nlaaction_color(bAnimContext *UNUSED(ac), bAnimListElem *ale, float r_color[3])
{
float color[4];