Reverted the addition of two empty lines

This commit is contained in:
Leon Styhre 2023-09-17 12:46:28 +02:00
parent e6a802805c
commit 1e683b6969

View file

@ -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;
}