From 91233ea596aa3cdf00447b23d68cae6083efb6bb Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 4 Jan 2009 15:32:25 +0000 Subject: (svn r14828) -Codechange: move most of save/load-specific code to separate files --- src/station_func.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/station_func.h') diff --git a/src/station_func.h b/src/station_func.h index ebb41a40d..9f47cfb38 100644 --- a/src/station_func.h +++ b/src/station_func.h @@ -25,7 +25,6 @@ StationSet FindStationsAroundTiles(TileIndex tile, int w_prod, int h_prod); void ShowStationViewWindow(StationID station); void UpdateAllStationVirtCoord(); -void AfterLoadStations(); void GetProductionAroundTiles(AcceptedCargo produced, TileIndex tile, int w, int h, int rad); void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int h, int rad); -- cgit v1.2.3-54-g00ecf