diff options
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/divelist.h b/divelist.h index 5d30e9b1d..23e22190d 100644 --- a/divelist.h +++ b/divelist.h @@ -17,9 +17,7 @@ extern void show_and_select_dive(struct dive *dive); extern double init_decompression(struct dive * dive); extern void export_all_dives_uddf_cb(); -#if defined(LIBZIP) && defined(XSLT) extern void upload_all_dives_divelogs_cb(); -#endif /* divelist core logic functions */ extern char *get_dive_date_string(struct tm *tm); |