removed stupid Ini custom sorting rule .

This commit is contained in:
Zero Fanker 2024-04-16 23:06:36 -04:00
parent 5cc2b6067d
commit 8684cbdae5
3 changed files with 1 additions and 28 deletions

View file

@ -42,8 +42,6 @@ const CIniFileSection CIniFile::EmptySection;
const CString CIniFileSection::EmptyValue;
typedef map<CString, CIniFileSection>::iterator CIniI;
typedef map<CString, CString, SortDummy>::iterator SI;
typedef map<CString, int, SortDummy>::iterator SII;
//////////////////////////////////////////////////////////////////////