From 2a2e51765a073dfc6280ad3ee2bb9fc73c6c7947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guilloux?= Date: Wed, 1 Mar 2023 23:53:50 +0100 Subject: [PATCH] Cleanup 54db96b: Left-over function declaration (#10528) --- src/order_base.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/order_base.h b/src/order_base.h index 836ceb4b04..78b4b1ff60 100644 --- a/src/order_base.h +++ b/src/order_base.h @@ -262,8 +262,6 @@ private: friend void AfterLoadVehicles(bool part_of_load); ///< For instantiating the shared vehicle chain friend SaveLoadTable GetOrderListDescription(); ///< Saving and loading of order lists. - StationID GetBestLoadableNext(const Vehicle *v, const Order *o1, const Order *o2) const; - Order *first; ///< First order of the order list. VehicleOrderID num_orders; ///< NOSAVE: How many orders there are in the list. VehicleOrderID num_manual_orders; ///< NOSAVE: How many manually added orders are there in the list.