selection: remove select_dive() and deselect_dive() functions

These were not optimal, because they would recalculate the current
dive and divecomputers for every invocation.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2022-05-21 20:57:15 +02:00 committed by bstoeger
parent 1f453094a9
commit 996f85771a
2 changed files with 0 additions and 45 deletions

View file

@ -16,8 +16,6 @@ extern struct dive *current_dive;
extern "C" {
#endif
extern void select_dive(struct dive *dive);
extern void deselect_dive(struct dive *dive);
extern struct dive *first_selected_dive(void);
extern struct dive *last_selected_dive(void);
extern bool consecutive_selected(void);