mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #7856 from lioncash/unused
DolphinQt/MenuBar: Remove unused ModalMessageBox instance
This commit is contained in:
commit
5d7701dec2
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue