summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dive.h b/dive.h
index 580610fcf..0014a3ae7 100644
--- a/dive.h
+++ b/dive.h
@@ -416,8 +416,6 @@ struct dive {
struct divecomputer dc;
};
-extern int get_index_for_dive(struct dive *dive);
-
static inline int dive_has_gps_location(struct dive *dive)
{
return dive->latitude.udeg || dive->longitude.udeg;