From 2b645d1b0de7a01e02ed4e978df684b8bb6741d6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 7 Aug 2010 21:39:30 +0000 Subject: (svn r20404) -Codechange: remove the need for StationSpec::allocated --- src/newgrf_station.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/newgrf_station.h') diff --git a/src/newgrf_station.h b/src/newgrf_station.h index b80584d8e..1c49dde18 100644 --- a/src/newgrf_station.h +++ b/src/newgrf_station.h @@ -48,11 +48,8 @@ typedef byte *StationLayout; /** Station specification. */ struct StationSpec { GRFFilePropsBase grf_prop; ///< Properties related the the grf file - - bool allocated; ///< Flag whether this station has been added to a station class list - - StationClassID cls_id; ///< The class to which this spec belongs. - StringID name; ///< Name of this station. + StationClassID cls_id; ///< The class to which this spec belongs. + StringID name; ///< Name of this station. /** * Bitmask of number of platforms available for the station. -- cgit v1.2.3-54-g00ecf