Browse Source

AC_Fence: remove unused declaration

c415-sdk
chobitsfan 4 years ago committed by Peter Barker
parent
commit
73a3b5f832
  1. 8
      libraries/AC_Fence/AC_PolyFence_loader.h

8
libraries/AC_Fence/AC_PolyFence_loader.h

@ -331,14 +331,6 @@ private:
const Vector2l &point, const Vector2l &point,
Vector2f &pos_cm) WARN_IF_UNUSED; Vector2f &pos_cm) WARN_IF_UNUSED;
// read_scaled_latlon_from_storage - reads a latitude/longitude
// from offset in permanent storage, transforms them into an
// offset-from-origin and deposits the result into pos_cm.
// read_offset is increased by the storage space used by the
// latitude/longitude
bool read_scaled_latlon_from_storage(const Location &origin,
uint16_t &read_offset,
Vector2f &pos_cm) WARN_IF_UNUSED;
// read_polygon_from_storage - reads vertex_count // read_polygon_from_storage - reads vertex_count
// latitude/longitude points from offset in permanent storage, // latitude/longitude points from offset in permanent storage,
// transforms them into an offset-from-origin and deposits the // transforms them into an offset-from-origin and deposits the

Loading…
Cancel
Save