UI: Remove unnecessary Undo/Redo cleanup func

Since fixing the reference holding issue with scene/source deletion, the
undo/redo cleanup function (last param of add_action) is no longer
required.
This commit is contained in:
jp9000
2021-04-27 19:00:29 -07:00
parent 8946f02270
commit 78f1983f7d
12 changed files with 37 additions and 65 deletions

View File

@@ -745,8 +745,7 @@ void OBSBasicPreview::mouseReleaseEvent(QMouseEvent *event)
QTStr("Undo.Transform")
.arg(obs_source_get_name(
main->GetCurrentSceneSource())),
undo_redo, undo_redo, undo_data, redo_data,
NULL);
undo_redo, undo_redo, undo_data, redo_data);
}
if (wrapper)