From 5d4241db3031c264003565b230836a170345824e Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 31 Jan 2007 05:01:29 +0000 Subject: (svn r8475) -Fix Remove the unused remnants of blocked_months_obsolete --- src/station.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/station.h') 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 -- cgit v1.2.3-54-g00ecf