diff --git a/Source/Core/DolphinQt/MenuBar.cpp b/Source/Core/DolphinQt/MenuBar.cpp index 3a6bef079b..5553e19f4f 100644 --- a/Source/Core/DolphinQt/MenuBar.cpp +++ b/Source/Core/DolphinQt/MenuBar.cpp @@ -969,8 +969,6 @@ void MenuBar::InstallWAD() if (wad_file.isEmpty()) return; - ModalMessageBox result_dialog(this); - if (WiiUtils::InstallWAD(wad_file.toStdString())) { Settings::Instance().NANDRefresh();