Plane: removed unnecessary prototype

This commit is contained in:
Andrew Tridgell 2015-03-13 11:21:47 +11:00
parent dc9e2a54f3
commit a942ebbb70
1 changed files with 0 additions and 1 deletions

View File

@ -587,7 +587,6 @@ AP_SpdHgtControl::FlightStage flight_stage = AP_SpdHgtControl::FLIGHT_NORMAL;
// probability of aircraft is currently in flight. range from 0 to 1 where 1 is 100% sure we're in flight // probability of aircraft is currently in flight. range from 0 to 1 where 1 is 100% sure we're in flight
static float isFlyingProbability = 0; static float isFlyingProbability = 0;
static void determine_is_flying(void);
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Loiter management // Loiter management