summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vehicle.h b/vehicle.h
index 7136ed172..ef66b63dc 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -74,10 +74,6 @@ typedef struct VehicleRail {
byte flags;
- byte pbs_status;
- TileIndex pbs_end_tile;
- Trackdir pbs_end_trackdir;
-
// Link between the two ends of a multiheaded engine
Vehicle *other_multiheaded_part;
} VehicleRail;