changeset 17549:95acd4a68214 draft

(svn r22313) -Cleanup (r22312): Remove some dead code.
author frosch <frosch@openttd.org>
date Sun, 10 Apr 2011 15:30:24 +0000
parents c0fce44f4000
children e80129e532c7
files src/strings_func.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -196,12 +196,6 @@
 
 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);