diff options
author | frosch <frosch@openttd.org> | 2011-04-10 15:30:24 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-04-10 15:30:24 +0000 |
commit | f3ea5524d29e4c9af0c8fcabbf0c594f57791010 (patch) | |
tree | df2f5f7f45fba956c6dda3a84b2da97680d2b55b /src | |
parent | 93276c1c034917f6ac2d54958c002a77a9fd1f45 (diff) | |
download | openttd-f3ea5524d29e4c9af0c8fcabbf0c594f57791010.tar.xz |
(svn r22313) -Cleanup (r22312): Remove some dead code.
Diffstat (limited to 'src')
-rw-r--r-- | src/strings_func.h | 6 |
1 files changed, 0 insertions, 6 deletions
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); |