summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'station.h')
-rw-r--r--station.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/station.h b/station.h
index 6459de6b0..0f2393913 100644
--- a/station.h
+++ b/station.h
@@ -207,7 +207,6 @@ static inline int GetRoadStopType(TileIndex tile)
return (_m[tile].m5 < 0x47) ? RS_TRUCK : RS_BUS;
}
-uint GetNumRoadStops(const Station *st, RoadStopType type);
RoadStop * GetPrimaryRoadStop(const Station *st, RoadStopType type);
RoadStop * AllocateRoadStop( void );
void ClearSlot(Vehicle *v, RoadStop *rs);