mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt/MenuBar: Remove unused ModalMessageBox instance
This commit is contained in:
@ -969,8 +969,6 @@ void MenuBar::InstallWAD()
|
|||||||
if (wad_file.isEmpty())
|
if (wad_file.isEmpty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
ModalMessageBox result_dialog(this);
|
|
||||||
|
|
||||||
if (WiiUtils::InstallWAD(wad_file.toStdString()))
|
if (WiiUtils::InstallWAD(wad_file.toStdString()))
|
||||||
{
|
{
|
||||||
Settings::Instance().NANDRefresh();
|
Settings::Instance().NANDRefresh();
|
||||||
|
Reference in New Issue
Block a user