diff --git a/ArduCopter/mode.h b/ArduCopter/mode.h index e51acf2548..ed3cf9eb66 100644 --- a/ArduCopter/mode.h +++ b/ArduCopter/mode.h @@ -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: