summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-02-08 21:19:41 +0000
committerterkhen <terkhen@openttd.org>2010-02-08 21:19:41 +0000
commitb9f06f3f2998c6ae5474ef9de725fb34bf5511ec (patch)
tree3627bbeab042ca1244a7e1174047abb9dbd0877f /src/industry.h
parent0267acff62c41932c52e7468c295881cc0e9343f (diff)
downloadopenttd-b9f06f3f2998c6ae5474ef9de725fb34bf5511ec.tar.xz
(svn r19062) -Codechange: Move smallmap related functions to their own header.
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/industry.h b/src/industry.h
index 27d56af5b..99ba24924 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -84,8 +84,6 @@ void PlantRandomFarmField(const Industry *i);
void ReleaseDisastersTargetingIndustry(IndustryID);
-/* smallmap_gui.cpp */
-void BuildIndustriesLegend();
/* industry_cmd.cpp */
void SetIndustryDailyChanges();