Changeset - r17539:47c88050a767
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2011-04-10 15:30:24
frosch@openttd.org
(svn r22313) -Cleanup (r22312): Remove some dead code.
1 file changed with 0 insertions and 6 deletions:
0 comments (0 inline, 0 general)
src/strings_func.h
Show inline comments
 
@@ -196,12 +196,6 @@ const char *GetCurrentLanguageIsoCode();
 

	
 
int CDECL StringIDSorter(const StringID *a, const StringID *b);
 

	
 
/** Key comparison function for std::map */
 
struct StringIDCompare
 
{
 
	bool operator()(StringID s1, StringID s2) const { return StringIDSorter(&s1, &s2) < 0; }
 
};
 

	
 
void CheckForMissingGlyphsInLoadedLanguagePack();
 

	
 
int strnatcmp(const char *s1, const char *s2);
0 comments (0 inline, 0 general)