src/vehicle_func.h
changeset 10098 00ebbccc6181
parent 9273 ca5e00698c01
child 10127 ab5e35f77e87
--- a/src/vehicle_func.h	Tue Apr 08 13:32:44 2008 +0000
+++ b/src/vehicle_func.h	Tue Apr 08 15:48:32 2008 +0000
@@ -66,8 +66,6 @@
 void TrainPowerChanged(Vehicle *v);
 Money GetTrainRunningCost(const Vehicle *v);
 
-bool VehicleNeedsService(const Vehicle *v);
-
 uint GenerateVehicleSortList(const Vehicle*** sort_list, uint16 *length_of_array, VehicleType type, PlayerID owner, uint32 index, uint16 window_type);
 void BuildDepotVehicleList(VehicleType type, TileIndex tile, Vehicle ***engine_list, uint16 *engine_list_length, uint16 *engine_count, Vehicle ***wagon_list, uint16 *wagon_list_length, uint16 *wagon_count);
 CommandCost SendAllVehiclesToDepot(VehicleType type, uint32 flags, bool service, PlayerID owner, uint16 vlw_flag, uint32 id);