From e3b63e6d8327b800a2d318d8f30ef72f3b39f33e Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 28 Jan 2007 21:54:40 +0000 Subject: (svn r8449) -Fix -Codechange: Remove the superfluous attribute RoadStop::prev --- 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 547586487..d7edfd427 100644 --- a/src/station.h +++ b/src/station.h @@ -51,7 +51,6 @@ struct RoadStop { byte status; ///< Current status of the Stop. Like which spot is taken. TODO - enumify this byte num_vehicles; ///< Number of vehicles currently slotted to this stop struct RoadStop *next; ///< Next stop of the given type at this station - struct RoadStop *prev; ///< Previous stop of the given type at this station RoadStop(TileIndex tile); ~RoadStop(); -- cgit v1.2.3-54-g00ecf