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:
parent
677640ac52
commit
6e02af1b34
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue