mirror of https://github.com/ArduPilot/ardupilot
AP_Proximity: remove unused definition
`bool initialise()` is not implemented. Maybe it would be better to remove its definition
This commit is contained in:
parent
f5a928ae26
commit
760e86ff4d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue