mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #7856 from lioncash/unused
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