aircraft_cmd.c
changeset 1614 f6f2c918356d
parent 1533 613a5f81ad79
child 1752 d65cd19f7117
--- a/aircraft_cmd.c	Fri Apr 01 20:10:20 2005 +0000
+++ b/aircraft_cmd.c	Sat Apr 02 00:17:16 2005 +0000
@@ -65,6 +65,7 @@
 	return index;
 }
 
+#if 0
 // returns true if vehicle v have an airport in the schedule, that has a hangar
 static bool HaveHangarInOrderList(Vehicle *v)
 {
@@ -82,6 +83,7 @@
 
 	return false;
 }
+#endif
 
 int GetAircraftImage(Vehicle *v, byte direction)
 {