diff options
| author | Mat M <mathew1800@gmail.com> | 2019-03-04 23:04:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-04 23:04:36 -0500 |
| commit | 5d7701dec2e8a4f6ab867f2c5dce675120a1c0de (patch) | |
| tree | 7e3608003dcd52b91d68b7de42f734f899013690 /Source/Core | |
| parent | 86fd8e25f7361e4f275ef9e2437051ac9a1c840d (diff) | |
| parent | 3e0854c4aa7a52339969774b56f1940029e3311d (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.cpp | 2 |
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(); |
