From 3e0854c4aa7a52339969774b56f1940029e3311d Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 4 Mar 2019 20:16:45 -0500 Subject: [PATCH] DolphinQt/MenuBar: Remove unused ModalMessageBox instance --- Source/Core/DolphinQt/MenuBar.cpp | 2 -- 1 file changed, 2 deletions(-) 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();