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>2015-12-13 19:24:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-13 19:24:42 +0300
commit9f6c06595a0b2a184b6a9153bdaf32bba32d533f (patch)
tree526d5c751159974a20dd1213fd0808e116429124 /source/blender/editors/gpencil
parenta791153ca5e6f87d50396e188a3664b579884161 (diff)
Cleanup: unused args
Diffstat (limited to 'source/blender/editors/gpencil')
-rw-r--r--source/blender/editors/gpencil/editaction_gpencil.c4
1 files changed, 2 insertions, 2 deletions
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;