(svn r11888) -Codechange: simplify sorting of the strings in town names dropdown

This commit is contained in:
glx
2008-01-17 02:10:26 +00:00
parent f658b79e15
commit 3d61a1adc5
3 changed files with 31 additions and 41 deletions

View File

@@ -1228,7 +1228,6 @@ extern void SortNetworkLanguages();
#else /* ENABLE_NETWORK */
static inline void SortNetworkLanguages() {}
#endif /* ENABLE_NETWORK */
extern void SortTownGeneratorNames();
bool ReadLanguagePack(int lang_index)
{
@@ -1286,7 +1285,6 @@ bool ReadLanguagePack(int lang_index)
_dynlang.curr = lang_index;
SetCurrentGrfLangID(_langpack->isocode);
SortNetworkLanguages();
SortTownGeneratorNames();
return true;
}