station_cmd.c
changeset 1368 9eeb0c02a0ee
parent 1363 775a7ee52369
child 1417 74779e56d5db
--- a/station_cmd.c	Sun Feb 13 12:33:57 2005 +0000
+++ b/station_cmd.c	Sun Feb 13 21:51:47 2005 +0000
@@ -90,11 +90,6 @@
 	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) {