GPencil: Fix compiler warning, unused variable

This commit is contained in:
2020-11-13 22:31:58 +01:00
parent 0be88c7d15
commit 2abbcaa021

View File

@@ -771,10 +771,7 @@ static char gpencil_beztriple_vflag_get(char flag,
return vflag;
}
static void gpencil_edit_curve_stroke_iter_cb(bGPDlayer *gpl,
bGPDframe *gpf,
bGPDstroke *gps,
void *thunk)
static void gpencil_edit_curve_stroke_iter_cb(bGPDlayer *gpl, bGPDstroke *gps, void *thunk)
{
if (gpl->flag & GP_LAYER_LOCKED) {
return;