diff options
Diffstat (limited to 'src/station.h')
-rw-r--r-- | src/station.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/station.h b/src/station.h index b4d9d9a88..226eddc0c 100644 --- a/src/station.h +++ b/src/station.h @@ -142,10 +142,6 @@ struct Station { uint16 random_bits; byte waiting_triggers; - /* Stuff that is no longer used, but needed for conversion */ - TileIndex bus_tile_obsolete; - TileIndex lorry_tile_obsolete; - StationRect rect; ///< Station spread out rectangle (not saved) maintained by StationRect_xxx() functions static const int cDebugCtorLevel = 3; |