From a8a3a7e3f277c205900f5dde7441e612cd0114a8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 09:19:53 +0000 Subject: (svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location. --- src/vehicle_func.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vehicle_func.h') diff --git a/src/vehicle_func.h b/src/vehicle_func.h index 73fb7d310..2925f0602 100644 --- a/src/vehicle_func.h +++ b/src/vehicle_func.h @@ -76,8 +76,6 @@ void BuildDepotVehicleList(VehicleType type, TileIndex tile, Vehicle ***engine_l CommandCost SendAllVehiclesToDepot(VehicleType type, uint32 flags, bool service, PlayerID owner, uint16 vlw_flag, uint32 id); void VehicleEnterDepot(Vehicle *v); -void InvalidateAutoreplaceWindow(EngineID e, GroupID id_g); - CommandCost MaybeReplaceVehicle(Vehicle *v, bool check, bool display_costs); bool CanBuildVehicleInfrastructure(VehicleType type); -- cgit v1.2.3-54-g00ecf