mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-12 01:24:54 +00:00
(svn r22313) -Cleanup (r22312): Remove some dead code.
This commit is contained in:
parent
93276c1c03
commit
f3ea5524d2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user