From f3ea5524d29e4c9af0c8fcabbf0c594f57791010 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 10 Apr 2011 15:30:24 +0000 Subject: (svn r22313) -Cleanup (r22312): Remove some dead code. --- src/strings_func.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/strings_func.h b/src/strings_func.h index 2f5527306..c91e75ad4 100644 --- a/src/strings_func.h +++ b/src/strings_func.h @@ -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); -- cgit v1.2.3-70-g09d2