summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-01-31 05:01:29 +0000
committertron <tron@openttd.org>2007-01-31 05:01:29 +0000
commit5d4241db3031c264003565b230836a170345824e (patch)
treea3a6d7e251a6d593ba44c0d9002d180f849c056d /src/station.h
parentf5b41a2fbb5e164f1c103e7f6d3cd4babb2aaa84 (diff)
downloadopenttd-5d4241db3031c264003565b230836a170345824e.tar.xz
(svn r8475) -Fix
Remove the unused remnants of blocked_months_obsolete
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/station.h b/src/station.h
index a79fb3801..ad8548d8e 100644
--- a/src/station.h
+++ b/src/station.h
@@ -148,7 +148,6 @@ struct Station {
byte truck_stop_status_obsolete;
byte bus_stop_status_obsolete;
- byte blocked_months_obsolete;
StationRect rect; ///< Station spread out rectangle (not saved) maintained by StationRect_xxx() functions