summaryrefslogtreecommitdiff
path: root/src/aircraft.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-01-11 18:34:02 +0000
committerrubidium <rubidium@openttd.org>2010-01-11 18:34:02 +0000
commit833c6f36f3cd93697253bb25203e94da97bbd520 (patch)
tree04080334060312c502bbdbbf26c894c049305b40 /src/aircraft.h
parentde878fad312a87837ee12af4c491d45940076ec8 (diff)
downloadopenttd-833c6f36f3cd93697253bb25203e94da97bbd520.tar.xz
(svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical
Diffstat (limited to 'src/aircraft.h')
-rw-r--r--src/aircraft.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/aircraft.h b/src/aircraft.h
index 7ad8c92ea..1f28b2ea5 100644
--- a/src/aircraft.h
+++ b/src/aircraft.h
@@ -28,15 +28,6 @@ enum AircraftSubType {
};
-/**
- * This is the Callback method after the construction attempt of an aircraft
- * @param success indicates completion (or not) of the operation
- * @param tile of depot where aircraft is built
- * @param p1 unused
- * @param p2 unused
- */
-void CcBuildAircraft(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
*/