diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |