summaryrefslogtreecommitdiff
path: root/src/station_func.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/station_func.h
parenta8b992f4fd93429dad018ac77056bf5672c97528 (diff)
downloadopenttd-be59c90e86edd2d07bcffeba0900f17deee2ed6b.tar.xz
(svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise.
Diffstat (limited to 'src/station_func.h')
-rw-r--r--src/station_func.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/station_func.h b/src/station_func.h
index 245aa8f63..0fe5b2f84 100644
--- a/src/station_func.h
+++ b/src/station_func.h
@@ -36,9 +36,6 @@ void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, Ro
bool HasStationInUse(StationID station, bool include_company, CompanyID company);
-RoadStop *GetRoadStopByTile(TileIndex tile, RoadStopType type);
-uint GetNumRoadStops(const Station *st, RoadStopType type);
-
void DeleteOilRig(TileIndex t);
/* Check if a rail station tile is traversable. */