mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Reverted the addition of two empty lines
This commit is contained in:
parent
e6a802805c
commit
1e683b6969
|
@ -71,13 +71,11 @@ void GuiSettings::save()
|
|||
for (auto system : SystemData::sSystemVector)
|
||||
system->writeMetaData();
|
||||
}
|
||||
|
||||
// If a close menu function was passed to us, then run it.
|
||||
if (mCloseMenuFunction) {
|
||||
mCloseMenuFunction();
|
||||
mCloseMenuFunction = nullptr;
|
||||
}
|
||||
|
||||
ViewController::getInstance()->rescanROMDirectory();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue