ArduPlane: Remove unused radio_in_rssi function

Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
Ryan Friedman 2024-10-29 22:52:34 -06:00 committed by Thomas Watson
parent de301dcd23
commit be5c68d74d
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@ private:
MAV_MODE base_mode() const override;
MAV_STATE vehicle_system_status() const override;
uint8_t radio_in_rssi() const;
float vfr_hud_airspeed() const override;
int16_t vfr_hud_throttle() const override;
float vfr_hud_climbrate() const override;