diff options
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/divelist.h b/divelist.h index 83a48fb60..627cb575c 100644 --- a/divelist.h +++ b/divelist.h @@ -15,9 +15,6 @@ extern double init_decompression(struct dive * dive); /* divelist core logic functions */ extern void process_dives(bool imported, bool prefer_imported); -extern char *get_dive_date_string(timestamp_t when); -extern char *get_short_dive_date_string(timestamp_t when); -extern char *get_trip_date_string(timestamp_t when, int nr); extern char *get_nitrox_string(struct dive *dive); extern dive_trip_t *find_trip_by_idx(int idx); |