summaryrefslogtreecommitdiff
path: root/src/strings_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings_func.h')
-rw-r--r--src/strings_func.h6
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);