summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-01-28 21:54:40 +0000
committertron <tron@openttd.org>2007-01-28 21:54:40 +0000
commite3b63e6d8327b800a2d318d8f30ef72f3b39f33e (patch)
tree185b6eee6d1e1e6b75a4caa782dca4e6576e6c17 /src/station.h
parent39a50e372361837b00a1a58f1cae697654194e14 (diff)
downloadopenttd-e3b63e6d8327b800a2d318d8f30ef72f3b39f33e.tar.xz
(svn r8449) -Fix
-Codechange: Remove the superfluous attribute RoadStop::prev
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 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();