summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2019-03-04 23:04:36 -0500
committerGitHub <noreply@github.com>2019-03-04 23:04:36 -0500
commit5d7701dec2e8a4f6ab867f2c5dce675120a1c0de (patch)
tree7e3608003dcd52b91d68b7de42f734f899013690 /Source/Core
parent86fd8e25f7361e4f275ef9e2437051ac9a1c840d (diff)
parent3e0854c4aa7a52339969774b56f1940029e3311d (diff)
Merge pull request #7856 from lioncash/unused
DolphinQt/MenuBar: Remove unused ModalMessageBox instance
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinQt/MenuBar.cpp2
1 files changed, 0 insertions, 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();