(svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise.

This commit is contained in:
alberth
2010-08-28 20:15:45 +00:00
parent a8b992f4fd
commit be59c90e86
6 changed files with 0 additions and 10 deletions

View File

@@ -126,9 +126,6 @@ void PlantRandomFarmField(const Industry *i);
void ReleaseDisastersTargetingIndustry(IndustryID);
/* industry_cmd.cpp */
void SetIndustryDailyChanges();
#define FOR_ALL_INDUSTRIES_FROM(var, start) FOR_ALL_ITEMS_FROM(Industry, industry_index, var, start)
#define FOR_ALL_INDUSTRIES(var) FOR_ALL_INDUSTRIES_FROM(var, 0)