diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/dive.h b/core/dive.h index c908750d3..ca35ff46a 100644 --- a/core/dive.h +++ b/core/dive.h @@ -309,9 +309,6 @@ extern bool subsurface_user_is_root(void); extern timestamp_t get_times(); -extern timestamp_t utc_mktime(struct tm *tm); -extern void utc_mkdate(timestamp_t, struct tm *tm); - extern struct dive *alloc_dive(void); extern void free_dive(struct dive *); extern void free_dive_dcs(struct divecomputer *dc); |