mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
bbacdf94e3
commit
8b0055d15c
2 changed files with 0 additions and 70 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue