mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinQt/MenuBar: Remove unused ModalMessageBox instance
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user