From 3c919e36a7408b681f9ff7b4a1e5fe6a4d75fe1e Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 26 Aug 2007 21:21:59 +0000 Subject: (svn r10985) -Codechange: unify/remove duplicate CcClone(Aircraft|RoadVeh|Ship|Train) in favour of CcCloneVehicle. --- src/aircraft.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/aircraft.h') diff --git a/src/aircraft.h b/src/aircraft.h index 8c132ac02..1af9942ad 100644 --- a/src/aircraft.h +++ b/src/aircraft.h @@ -82,15 +82,6 @@ uint16 AircraftDefaultCargoCapacity(CargoID cid, const AircraftVehicleInfo *avi) */ void CcBuildAircraft(bool success, TileIndex tile, uint32 p1, uint32 p2); -/** - * This is the Callback method after the cloning attempt of an aircraft - * @param success indicates completion (or not) of the operation - * @param tile unused - * @param p1 unused - * @param p2 unused - */ -void CcCloneAircraft(bool success, TileIndex tile, uint32 p1, uint32 p2); - /** Handle Aircraft specific tasks when a an Aircraft enters a hangar * @param *v Vehicle that enters the hangar */ -- cgit v1.2.3-70-g09d2