From 98a55bf2a140ecd852d8865cb8ff01e7d2fd9489 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 13 Jan 2013 20:46:44 +1100 Subject: [PATCH] AP_Limits: removed old declaration --- libraries/AP_Limits/AP_Limit_Geofence.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/AP_Limits/AP_Limit_Geofence.h b/libraries/AP_Limits/AP_Limit_Geofence.h index f95d7b33df..a3139ec4dd 100644 --- a/libraries/AP_Limits/AP_Limit_Geofence.h +++ b/libraries/AP_Limits/AP_Limit_Geofence.h @@ -59,8 +59,4 @@ private: }; - -// Helper functions -uint32_t get_distance_meters(struct Location *loc1, struct Location *loc2); // distance in meters between two locations - #endif // __AP_LIMIT_GEOFENCE_H__