summaryrefslogtreecommitdiff
path: root/rail_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'rail_map.h')
-rw-r--r--rail_map.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/rail_map.h b/rail_map.h
index 67973b9fb..7cdd4d42e 100644
--- a/rail_map.h
+++ b/rail_map.h
@@ -136,20 +136,6 @@ static inline TrackBits GetRailWaypointBits(TileIndex t)
return _m[t].m5 & 1 ? TRACK_BIT_Y : TRACK_BIT_X;
}
-static inline void SetCustomWaypointSprite(TileIndex t)
-{
- SETBIT(_m[t].m3, 4);
-}
-
-static inline void ClearCustomWaypointSprite(TileIndex t)
-{
- CLRBIT(_m[t].m3, 4);
-}
-
-static inline bool IsCustomWaypoint(TileIndex t)
-{
- return HASBIT(_m[t].m3, 4);
-}
static inline Axis GetWaypointAxis(TileIndex t)
{