+ fix: remove "~EOF~" section marker for .ini-files

This commit is contained in:
RaiKoHoff 2020-03-02 17:19:59 +01:00
parent 59490f223e
commit b39e331437
2 changed files with 0 additions and 3 deletions

View File

@ -1664,8 +1664,6 @@ bool SaveAllSettings(bool bForceSaveSettings)
}
}
IniSectionClear(L"~EOF~", false);
if (ok) {
ok = CloseSettingsFile(true);
}

View File

@ -827,7 +827,6 @@ bool Style_ExportToFile(const WCHAR* szFile, bool bForceAll)
else {
LoadIniFile(szFilePathNorm); // reset
Style_ToIniSection(bForceAll);
IniSectionClear(L"~EOF~", false);
ok = SaveIniFile(szFilePathNorm);
}
return ok;