diff --git a/src/gui/RomAuditDialog.cxx b/src/gui/RomAuditDialog.cxx index e04286533..25cf78220 100644 --- a/src/gui/RomAuditDialog.cxx +++ b/src/gui/RomAuditDialog.cxx @@ -106,22 +106,6 @@ void RomAuditDialog::loadConfig() myRomPath->setText(path); myResults1->setText(""); myResults2->setText(""); - - if (!myConfirmMsg) - { - StringList msg; - msg.push_back("This operation cannot be undone. Your ROMs"); - msg.push_back("will be modified, and as such there is a chance"); - msg.push_back("that files may be lost. You are recommended"); - msg.push_back("to back up your files before proceeding."); - msg.push_back(""); - msg.push_back("If you're sure you want to proceed with the"); - msg.push_back("audit, click 'OK', otherwise click 'Cancel'."); - myConfirmMsg = make_unique - (this, myFont, msg, myMaxWidth, myMaxHeight, kConfirmAuditCmd, - "OK", "Cancel", "ROM Audit", false); - } - myConfirmMsg->show(); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -