summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-08-28 20:15:45 +0000
committeralberth <alberth@openttd.org>2010-08-28 20:15:45 +0000
commitbe59c90e86edd2d07bcffeba0900f17deee2ed6b (patch)
tree26c7970302b273b061c21be3515249ca6824cdb7 /src/industry.h
parenta8b992f4fd93429dad018ac77056bf5672c97528 (diff)
downloadopenttd-be59c90e86edd2d07bcffeba0900f17deee2ed6b.tar.xz
(svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise.
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/industry.h b/src/industry.h
index 919584589..c6ca6aa5c 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -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)