summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-07-26 10:00:33 +0000
committertron <tron@openttd.org>2006-07-26 10:00:33 +0000
commit8ed7b09c52ed73af1570b46105b1f14847e6ed0b (patch)
treeec3851d27de39851406650838ae3498e24aca66e /station.h
parent0973dc78cd608ec086384c8bb505f478c7cd2a8e (diff)
downloadopenttd-8ed7b09c52ed73af1570b46105b1f14847e6ed0b.tar.xz
(svn r5615) Move GetStationTileForVehicle() to its only user
Diffstat (limited to 'station.h')
-rw-r--r--station.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/station.h b/station.h
index b0edaa46b..2be345658 100644
--- a/station.h
+++ b/station.h
@@ -136,8 +136,6 @@ enum {
void ModifyStationRatingAround(TileIndex tile, PlayerID owner, int amount, uint radius);
-TileIndex GetStationTileForVehicle(const Vehicle *v, const Station *st);
-
void ShowStationViewWindow(StationID station);
void UpdateAllStationVirtCoord(void);