GPencil: Fix compiler warning, unused variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user