Cleanup: unused args

This commit is contained in:
Campbell Barton 2015-12-14 03:24:42 +11:00
parent a791153ca5
commit 9f6c06595a
1 changed files with 2 additions and 2 deletions

View File

@ -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;