Cleanup: unused variable

This commit is contained in:
Campbell Barton 2020-05-11 15:28:13 +10:00
parent 9bda322468
commit 6222a9bf27
1 changed files with 1 additions and 1 deletions

View File

@ -3495,7 +3495,7 @@ void SEQUENCER_OT_copy(wmOperatorType *ot)
ot->flag = OPTYPE_REGISTER;
}
static int sequencer_paste_exec(bContext *C, wmOperator *op)
static int sequencer_paste_exec(bContext *C, wmOperator *UNUSED(op))
{
Main *bmain = CTX_data_main(C);
Scene *scene = CTX_data_scene(C);