summaryrefslogtreecommitdiff
path: root/src/newgrf_station.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 06:42:26 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 06:42:26 +0000
commit6f15d34fe53d317bb50688641cbf4ec48c6c82df (patch)
treeca1da1b595ee5229eb189471cdef8c2c304464b4 /src/newgrf_station.h
parentef2be7d0fc13aadeb124481943c573ff224162a9 (diff)
downloadopenttd-6f15d34fe53d317bb50688641cbf4ec48c6c82df.tar.xz
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
Diffstat (limited to 'src/newgrf_station.h')
-rw-r--r--src/newgrf_station.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/newgrf_station.h b/src/newgrf_station.h
index 6cf164a35..81443577c 100644
--- a/src/newgrf_station.h
+++ b/src/newgrf_station.h
@@ -123,12 +123,6 @@ SpriteID GetCustomStationRelocation(const StationSpec *statspec, const Station *
SpriteID GetCustomStationGroundRelocation(const StationSpec *statspec, const Station *st, TileIndex tile);
uint16 GetStationCallback(CallbackID callback, uint32 param1, uint32 param2, const StationSpec *statspec, const Station *st, TileIndex tile);
-/* Check if a rail station tile is traversable. */
-bool IsStationTileBlocked(TileIndex tile);
-
-/* Check if a rail station tile is electrifiable. */
-bool IsStationTileElectrifiable(TileIndex tile);
-
/* Allocate a StationSpec to a Station. This is called once per build operation. */
int AllocateSpecToStation(const StationSpec *statspec, Station *st, bool exec);