diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-04-09 22:30:46 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-10 08:16:33 -0700 |
commit | 8b0055d15c21d65520ae58c06ce2e5b5c85cf065 (patch) | |
tree | 162020e15af8b1cf35b51b1e5ba320e5ce6fe410 /core/statistics.h | |
parent | bbacdf94e325dbc78b4a6d60a297b6e330cc90c0 (diff) | |
download | subsurface-8b0055d15c21d65520ae58c06ce2e5b5c85cf065.tar.gz |
Cleanup: remove unused function get_selected_dives_text()
The only caller was removed in commit c3f07b9f81f09421a92d42d1b98e7c984b75e20d.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
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); |