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
commit49fabae7a198f108d057e7243b5a09c0d158a9c0 (patch)
treea3a6d7e251a6d593ba44c0d9002d180f849c056d /src/station.h
parent36d965a69730e4d936288e8832dfe5cb787d1756 (diff)
downloadopenttd-49fabae7a198f108d057e7243b5a09c0d158a9c0.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