diff --git a/libraries/AP_Motors/AP_MotorsMulticopter.h b/libraries/AP_Motors/AP_MotorsMulticopter.h index 5ae40dc382..485c0d08d4 100644 --- a/libraries/AP_Motors/AP_MotorsMulticopter.h +++ b/libraries/AP_Motors/AP_MotorsMulticopter.h @@ -61,9 +61,6 @@ public: // get_throttle_rpy_mix - get low throttle compensation value bool is_throttle_mix_min() const { return (_throttle_rpy_mix < 1.25f*_thr_mix_min); } - // returns warning throttle - float get_throttle_warn() const { return rel_pwm_to_thr_range(_spin_when_armed); } - int16_t throttle_max() const { return _max_throttle; } int16_t throttle_min() const { return rel_pwm_to_thr_range(_min_throttle); }