mirror of https://github.com/ArduPilot/ardupilot
ArduCopter : clean unused definitions
This commit is contained in:
parent
c76ff32aa1
commit
3be6c0e26b
|
@ -835,8 +835,6 @@ public:
|
||||||
bool is_autopilot() const override { return true; }
|
bool is_autopilot() const override { return true; }
|
||||||
bool landing_gear_should_be_deployed() 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();
|
void do_not_use_GPS();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue