src/industry_cmd.cpp
changeset 8656 9731ddde8722
parent 8616 fd862a55c47f
child 8763 81fadd257f67
--- a/src/industry_cmd.cpp	Fri Feb 29 08:40:49 2008 +0000
+++ b/src/industry_cmd.cpp	Fri Feb 29 08:48:01 2008 +0000
@@ -2019,7 +2019,6 @@
  */
 static void ChangeIndustryProduction(Industry *i, bool monthly)
 {
-	extern StringID MapGRFStringID(uint32 grfid, StringID str);
 	StringID str = STR_NULL;
 	bool closeit = false;
 	const IndustrySpec *indspec = GetIndustrySpec(i->type);