From 63a5b0e8bea3a3d253b6d2dac88dd3e9cc84224c Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 31 Jan 2007 10:50:12 +0000 Subject: (svn r8485) -Fix -Fix (since the dawn of time): Remove phantom oil rigs sometimes present in old savegames --- src/industry_cmd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/industry_cmd.cpp') diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp index 49ceab815..a7748bf92 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -28,7 +28,6 @@ void ShowIndustryViewWindow(int industry); void BuildOilRig(TileIndex tile); -void DeleteOilRig(TileIndex tile); static byte _industry_sound_ctr; static TileIndex _industry_sound_tile; -- cgit v1.2.3-54-g00ecf