AP_Proximity: remove unused definition

`bool initialise()`  is not implemented. Maybe it would be better to remove its definition
This commit is contained in:
chobitsfan 2020-07-24 09:49:09 +08:00 committed by Randy Mackay
parent f5a928ae26
commit 760e86ff4d
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ public:
void handle_msg(const mavlink_message_t &msg) override;
private:
// initialise sensor (returns true if sensor is successfully initialised)
bool initialise();
// horizontal distance support
uint32_t _last_update_ms; // system time of last DISTANCE_SENSOR message received
float _distance_max; // max range of sensor in meters