mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-17 19:56:38 -04:00
removed stupid Ini custom sorting rule .
This commit is contained in:
parent
5cc2b6067d
commit
8684cbdae5
3 changed files with 1 additions and 28 deletions
|
@ -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;
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue