File diff r25197:81f87c2b998f → r25198:a701a159e9ab
src/strings.cpp
Show inline comments
 
@@ -1695,8 +1695,6 @@ static char *GetSpecialNameString(char *
 
	NOT_REACHED();
 
}
 

	
 
extern void SortNetworkLanguages();
 

	
 
/**
 
 * Check whether the header is a valid header for OpenTTD.
 
 * @return true iff the header is deemed valid.
 
@@ -1813,7 +1811,6 @@ bool ReadLanguagePack(const LanguageMeta
 
	InitializeSortedCargoSpecs();
 
	SortIndustryTypes();
 
	BuildIndustriesLegend();
 
	SortNetworkLanguages();
 
	BuildContentTypeStringList();
 
	InvalidateWindowClassesData(WC_BUILD_VEHICLE);      // Build vehicle window.
 
	InvalidateWindowClassesData(WC_TRAINS_LIST);        // Train group window.