(svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise.
This commit is contained in:
		@@ -36,9 +36,6 @@ void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, Ro
 | 
			
		||||
 | 
			
		||||
bool HasStationInUse(StationID station, bool include_company, CompanyID company);
 | 
			
		||||
 | 
			
		||||
RoadStop *GetRoadStopByTile(TileIndex tile, RoadStopType type);
 | 
			
		||||
uint GetNumRoadStops(const Station *st, RoadStopType type);
 | 
			
		||||
 | 
			
		||||
void DeleteOilRig(TileIndex t);
 | 
			
		||||
 | 
			
		||||
/* Check if a rail station tile is traversable. */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user