summaryrefslogtreecommitdiff
path: root/station_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'station_cmd.c')
-rw-r--r--station_cmd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/station_cmd.c b/station_cmd.c
index d60f4acaf..addb90a3e 100644
--- a/station_cmd.c
+++ b/station_cmd.c
@@ -90,11 +90,6 @@ static void InitializeRoadStop(RoadStop *road_stop, RoadStop *previous, TileInde
road_stop->station = index;
}
-inline int GetRoadStopType(TileIndex tile)
-{
- return (_map5[tile] < 0x47) ? RS_TRUCK : RS_BUS;
-}
-
RoadStop * GetPrimaryRoadStop(const Station *st, RoadStopType type)
{
switch (type) {