summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-01-31 05:08:07 +0000
committertron <tron@openttd.org>2007-01-31 05:08:07 +0000
commit6e20c73c336b057e3eb95baf9cb7c3504aec2597 (patch)
tree79544aeb18a699289514456382135d2314c0600a /src/station.h
parent5d4241db3031c264003565b230836a170345824e (diff)
downloadopenttd-6e20c73c336b057e3eb95baf9cb7c3504aec2597.tar.xz
(svn r8476) -Fix
Remove the unused remnants of {bus,truck}_stop_status_obsolete (though I wonder a bit why this information doesn't get converted on load *shrug*)
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/station.h b/src/station.h
index ad8548d8e..b4d9d9a88 100644
--- a/src/station.h
+++ b/src/station.h
@@ -146,9 +146,6 @@ struct Station {
TileIndex bus_tile_obsolete;
TileIndex lorry_tile_obsolete;
- byte truck_stop_status_obsolete;
- byte bus_stop_status_obsolete;
-
StationRect rect; ///< Station spread out rectangle (not saved) maintained by StationRect_xxx() functions
static const int cDebugCtorLevel = 3;