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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-08-26 05:20:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-26 05:20:02 +0300
commit22822b0572ae42ec606f617f3d302158694db79d (patch)
treeb088c48b2f1a83c51b3a197236fb4680e62d37c3 /source
parentaf8e8be7b1c8072a2bd0575c44c476872e901cde (diff)
Cleanup: unused arg
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/gpencil/gpencil_brush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_brush.c b/source/blender/editors/gpencil/gpencil_brush.c
index 5d2558c2fff..d1c4f271321 100644
--- a/source/blender/editors/gpencil/gpencil_brush.c
+++ b/source/blender/editors/gpencil/gpencil_brush.c
@@ -623,7 +623,7 @@ static void gp_brush_grab_stroke_free(void *ptr)
/* NOTE: Depends on gp_brush_grab_calc_dvec() */
static bool gp_brush_push_apply(tGP_BrushEditData *gso,
bGPDstroke *gps,
- float rot_eval,
+ float UNUSED(rot_eval),
int pt_index,
const int radius,
const int co[2])