summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-04-08 13:50:01 +0000
committertron <tron@openttd.org>2006-04-08 13:50:01 +0000
commit90836a461df166200ed6aacfbdc4e633dfb77280 (patch)
treefc82a3f47fea2c50e82774e644d0b0ea23595e85 /station.h
parentda60a82021a4e07d2d29b06d0989a72efa5ff718 (diff)
downloadopenttd-90836a461df166200ed6aacfbdc4e633dfb77280.tar.xz
(svn r4324) Remove the unused road stop type attribute from struct RoadStop
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;