AP_RangeFinder: remove unused set_rfnd_bit

This commit is contained in:
Randy Mackay 2020-07-07 13:10:45 +09:00
parent 98562cc523
commit 9c7f382392

View File

@ -165,9 +165,6 @@ public:
const Vector3f &get_pos_offset_orient(enum Rotation orientation) const;
uint32_t last_reading_ms(enum Rotation orientation) const;
// indicate which bit in LOG_BITMASK indicates RFND should be logged
void set_rfnd_bit(uint32_t log_rfnd_bit) { _log_rfnd_bit = log_rfnd_bit; }
/*
set an externally estimated terrain height. Used to enable power
saving (where available) at high altitudes.