Browse Source

AP_Proximity: nuke clang warnings

apm_2208
Andy Piper 3 years ago committed by Peter Barker
parent
commit
173a43e361
  1. 3
      libraries/AP_Proximity/AP_Proximity_SITL.h

3
libraries/AP_Proximity/AP_Proximity_SITL.h

@ -31,9 +31,6 @@ private: @@ -31,9 +31,6 @@ private:
AP_Float *fence_alt_max;
Location current_loc;
// latest sector updated
uint8_t last_sector;
// get distance in meters to fence in a particular direction in degrees (0 is forward, angles increase in the clockwise direction)
bool get_distance_to_fence(float angle_deg, float &distance) const;

Loading…
Cancel
Save