ArduCopter : clean unused definitions

This commit is contained in:
Pierre Kancir 2018-04-19 10:14:57 +02:00 committed by Francisco Ferreira
parent c76ff32aa1
commit 3be6c0e26b
1 changed files with 0 additions and 2 deletions

View File

@ -835,8 +835,6 @@ public:
bool is_autopilot() const override { return true; }
bool landing_gear_should_be_deployed() const override { return true; };
float get_land_descent_speed();
bool landing_with_GPS();
void do_not_use_GPS();
protected: