mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
DolphinQt/MenuBar: Remove unused ModalMessageBox instance
This commit is contained in:
parent
147f7ca321
commit
3e0854c4aa
@ -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…
Reference in New Issue
Block a user