Core: Remove unneeded config save

We don't touch the user config during booting, so there is nothing to
manually save.
This commit is contained in:
Léo Lam 2017-06-03 18:08:50 +02:00
parent 677640ac52
commit 6e02af1b34
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ bool BootCore(const std::string& filename, SConfig::EBootBS2 type)
StartUp.m_BootType = SConfig::BOOT_ISO;
StartUp.m_strFilename = filename;
StartUp.SaveSettings();
StartUp.bRunCompareClient = false;
StartUp.bRunCompareServer = false;