(svn r4324) Remove the unused road stop type attribute from struct RoadStop

This commit is contained in:
tron
2006-04-08 13:50:01 +00:00
parent da60a82021
commit 90836a461d
2 changed files with 1 additions and 3 deletions

View File

@@ -38,7 +38,6 @@ typedef struct RoadStop {
uint32 index;
byte num_vehicles;
StationID station;
uint8 type;
struct RoadStop *next;
struct RoadStop *prev;
} RoadStop;