summaryrefslogtreecommitdiff
path: root/src/station_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_map.h')
-rw-r--r--src/station_map.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/station_map.h b/src/station_map.h
index 53627b4cf..f4b3b691a 100644
--- a/src/station_map.h
+++ b/src/station_map.h
@@ -32,22 +32,8 @@ static inline StationID GetStationIndex(TileIndex t)
enum {
- GFX_RADAR_LARGE_FIRST = 31,
- GFX_RADAR_LARGE_LAST = 42,
- GFX_WINDSACK_FIRST = 50,
- GFX_WINDSACK_LAST = 53,
-
GFX_DOCK_BASE_WATER_PART = 4,
GFX_TRUCK_BUS_DRIVETHROUGH_OFFSET = 4,
-
- GFX_RADAR_INTERNATIONAL_FIRST = 66,
- GFX_RADAR_INTERNATIONAL_LAST = 77,
- GFX_RADAR_METROPOLITAN_FIRST = 78,
- GFX_RADAR_METROPOLITAN_LAST = 89,
- GFX_RADAR_DISTRICTWE_FIRST = 121,
- GFX_RADAR_DISTRICTWE_LAST = 132,
- GFX_WINDSACK_INTERCON_FIRST = 140,
- GFX_WINDSACK_INTERCON_LAST = 143,
};
/**