Cleanup: unused arg

This commit is contained in:
Campbell Barton 2019-08-26 12:20:02 +10:00
parent af8e8be7b1
commit 22822b0572
1 changed files with 1 additions and 1 deletions

View File

@ -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])