summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
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();