summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-02-03 23:02:01 +0000
committerpeter1138 <peter1138@openttd.org>2006-02-03 23:02:01 +0000
commita3c14182d38a212094b8125bd570e8c5df453adc (patch)
treec3c5d03adebff80a4e0005e6e6590c5611d8641a /station.h
parente57ea5e57dea355ef86ff62089d505beae641c38 (diff)
downloadopenttd-a3c14182d38a212094b8125bd570e8c5df453adc.tar.xz
(svn r3530) - NewGRF: Move station resolver to newgrf_station
Diffstat (limited to 'station.h')
-rw-r--r--station.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/station.h b/station.h
index 669ee3cd7..ca5d6c20e 100644
--- a/station.h
+++ b/station.h
@@ -196,11 +196,6 @@ uint GetStationPlatforms(const Station *st, TileIndex tile);
void StationPickerDrawSprite(int x, int y, RailType railtype, int image);
-/* Get sprite offset for a given custom station and station structure (may be
- * NULL if ctype is set - that means we are in a build dialog). The station
- * structure is used for variational sprite groups. */
-uint32 GetCustomStationRelocation(const StationSpec *spec, const Station *st, byte ctype);
-
RoadStop * GetRoadStopByTile(TileIndex tile, RoadStopType type);
static inline int GetRoadStopType(TileIndex tile)
{