From 39afc2775f8b3d46902b4c56841c4ab7bae86baa Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 20 Feb 2019 08:26:17 +1100 Subject: Cleanup: style --- source/blender/editors/animation/anim_deps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation/anim_deps.c') diff --git a/source/blender/editors/animation/anim_deps.c b/source/blender/editors/animation/anim_deps.c index fda7e86039e..7bef42d8682 100644 --- a/source/blender/editors/animation/anim_deps.c +++ b/source/blender/editors/animation/anim_deps.c @@ -184,7 +184,7 @@ static void animchan_sync_group(bAnimContext *ac, bAnimListElem *ale, bActionGro } /* perform syncing updates for F-Curves */ -static void animchan_sync_fcurve(bAnimContext *ac, bAnimListElem *ale, FCurve **active_fcurve) +static void animchan_sync_fcurve(bAnimContext *UNUSED(ac), bAnimListElem *ale, FCurve **active_fcurve) { FCurve *fcu = (FCurve *)ale->data; ID *owner_id = ale->id; -- cgit v1.2.3