station.h
changeset 2817 58dcead3f545
parent 2805 b6098e7ca457
child 2963 6645da0a5b4a
child 9926 af44c0a799ac
--- a/station.h	Thu Jan 05 12:00:38 2006 +0000
+++ b/station.h	Thu Jan 05 12:40:50 2006 +0000
@@ -207,7 +207,6 @@
 	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);