Cleanup: remove unused function get_selected_dives_text()

The only caller was removed in commit c3f07b9f81.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2018-04-09 22:30:46 +02:00 committed by Dirk Hohndel
parent bbacdf94e3
commit 8b0055d15c
2 changed files with 0 additions and 70 deletions

View file

@ -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);