Cleanup: warnings

This commit is contained in:
Campbell Barton 2022-08-16 10:30:04 +10:00
parent c22256f387
commit 75e652027c
1 changed files with 1 additions and 1 deletions

View File

@ -5656,7 +5656,7 @@ static int sculpt_brush_stroke_modal(bContext *C, wmOperator *op, const wmEvent
return paint_stroke_modal(C, op, event, (struct PaintStroke **)&op->customdata);
}
void sculpt_redo_empty_ui(bContext *C, wmOperator *op)
static void sculpt_redo_empty_ui(bContext *UNUSED(C), wmOperator *UNUSED(op))
{
}