Cleanup comment

This commit is contained in:
Thomas Wilshaw
2020-09-28 14:33:58 +01:00
parent 5bb9cb0cca
commit 602f96b2b6
2 changed files with 2 additions and 2 deletions
@@ -577,7 +577,6 @@ ProjectExplorer::FootageDeleteResponse ProjectExplorer::DeleteWarningMessage()
{
QMessageBox msgBox;
msgBox.setText(tr("This footage is in use."));
msgBox.setInformativeText(tr("Do you want to offline the footage or entirely delete it from the timeline?"));
QPushButton* offline = msgBox.addButton(tr("Offline Footage"), QMessageBox::ApplyRole);
QPushButton* deleteClips = msgBox.addButton(tr("Delete Clips"), QMessageBox::ApplyRole);
msgBox.setStandardButtons(QMessageBox::Cancel);