Browse Source

ArduCopter : clean unused definitions

mission-4.1.18
Pierre Kancir 7 years ago committed by Francisco Ferreira
parent
commit
3be6c0e26b
  1. 2
      ArduCopter/mode.h

2
ArduCopter/mode.h

@ -835,8 +835,6 @@ public: @@ -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:

Loading…
Cancel
Save