mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_ADSB: remove unused get_transceiver_status method
This commit is contained in:
parent
496e6b18ff
commit
d8eafc7a51
@ -108,8 +108,6 @@ public:
|
||||
void set_is_auto_mode(const bool is_in_auto_mode) { out_state.is_in_auto_mode = is_in_auto_mode; }
|
||||
void set_is_flying(const bool is_flying) { out_state.is_flying = is_flying; }
|
||||
|
||||
UAVIONIX_ADSB_RF_HEALTH get_transceiver_status(void) const { return out_state.status; }
|
||||
|
||||
// extract a location out of a vehicle item
|
||||
Location get_location(const adsb_vehicle_t &vehicle) const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user