summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'station.h')
-rw-r--r--station.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/station.h b/station.h
index 39eeabe4a..f3ba7cbe2 100644
--- a/station.h
+++ b/station.h
@@ -38,7 +38,6 @@ typedef struct RoadStop {
uint32 index;
byte num_vehicles;
StationID station;
- uint8 type;
struct RoadStop *next;
struct RoadStop *prev;
} RoadStop;