diff options
Diffstat (limited to 'core/statistics.h')
-rw-r--r-- | core/statistics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/statistics.h b/core/statistics.h index 8a71758f7..adc363e56 100644 --- a/core/statistics.h +++ b/core/statistics.h @@ -46,7 +46,6 @@ extern stats_t *stats_by_type; extern char *get_minutes(int seconds); extern void process_all_dives(struct dive *dive, struct dive **prev_dive); -extern void get_selected_dives_text(char *buffer, size_t size); extern void get_gas_used(struct dive *dive, volume_t gases[MAX_CYLINDERS]); extern void process_selected_dives(void); void selected_dives_gas_parts(volume_t *o2_tot, volume_t *he_tot); |