AP_Vehicle: Remove unused flight stages

This commit is contained in:
Michael du Breuil 2017-01-10 12:47:14 -07:00 committed by Tom Pittenger
parent e9ec1d3a30
commit ac27241a42

View File

@ -64,9 +64,7 @@ public:
FLIGHT_TAKEOFF = 1,
FLIGHT_VTOL = 2,
FLIGHT_NORMAL = 3,
FLIGHT_LAND_APPROACH = 4,
FLIGHT_LAND_PREFLARE = 5,
FLIGHT_LAND_FINAL = 6,
FLIGHT_LAND = 4,
FLIGHT_ABORT_LAND = 7
};
};