VSE: Remove delete confirmation pop-up

It is not needed with the current undo system.

Differential Revision: https://developer.blender.org/D7807
This commit is contained in:
Peter Fog 2020-05-29 09:53:52 -04:00 committed by Hans Goudey
parent d1bc233ffe
commit 67795c90fc
1 changed files with 1 additions and 1 deletions

View File

@ -2508,7 +2508,7 @@ static int sequencer_delete_invoke(bContext *C, wmOperator *op, const wmEvent *e
}
}
return WM_operator_confirm(C, op, event);
return sequencer_delete_exec(C, op);
}
void SEQUENCER_OT_delete(wmOperatorType *ot)