From 9f6c06595a0b2a184b6a9153bdaf32bba32d533f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 14 Dec 2015 03:24:42 +1100 Subject: Cleanup: unused args --- source/blender/editors/gpencil/editaction_gpencil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/gpencil') diff --git a/source/blender/editors/gpencil/editaction_gpencil.c b/source/blender/editors/gpencil/editaction_gpencil.c index a5d39d7be1c..09a72c10457 100644 --- a/source/blender/editors/gpencil/editaction_gpencil.c +++ b/source/blender/editors/gpencil/editaction_gpencil.c @@ -550,7 +550,7 @@ static short mirror_gpf_cframe(bGPDframe *gpf, Scene *scene) return 0; } -static short mirror_gpf_yaxis(bGPDframe *gpf, Scene *scene) +static short mirror_gpf_yaxis(bGPDframe *gpf, Scene *UNUSED(scene)) { int diff; @@ -562,7 +562,7 @@ static short mirror_gpf_yaxis(bGPDframe *gpf, Scene *scene) return 0; } -static short mirror_gpf_xaxis(bGPDframe *gpf, Scene *scene) +static short mirror_gpf_xaxis(bGPDframe *gpf, Scene *UNUSED(scene)) { int diff; -- cgit v1.2.3