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