summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_vehicle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_vehicle.hpp')
-rw-r--r--src/ai/api/ai_vehicle.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ai/api/ai_vehicle.hpp b/src/ai/api/ai_vehicle.hpp
index dfe056fe9..3e050b570 100644
--- a/src/ai/api/ai_vehicle.hpp
+++ b/src/ai/api/ai_vehicle.hpp
@@ -460,15 +460,6 @@ public:
static bool StartStopVehicle(VehicleID vehicle_id);
/**
- * Skips the current order of the given vehicle.
- * @param vehicle_id The vehicle to skip the order for.
- * @param order_position The selected order to which we want to skip.
- * @pre IsValidVehicleOrder(vehicle_id, order_position).
- * @return True if and only if the order has been skipped.
- */
- static bool SkipToVehicleOrder(VehicleID vehicle_id, AIOrder::OrderPosition order_position);
-
- /**
* Turn the given vehicle so it'll drive the other way.
* @param vehicle_id The vehicle to turn.
* @pre IsValidVehicle(vehicle_id).