mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove record_dive() function
No user left. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
ed3e68c36a
commit
2da7b6d0f5
2 changed files with 0 additions and 6 deletions
|
|
@ -340,7 +340,6 @@ extern struct dive *alloc_dive(void);
|
|||
extern void free_dive(struct dive *);
|
||||
extern void free_dive_dcs(struct divecomputer *dc);
|
||||
extern void record_dive_to_table(struct dive *dive, struct dive_table *table);
|
||||
extern void record_dive(struct dive *dive);
|
||||
extern void clear_dive(struct dive *dive);
|
||||
extern void copy_dive(const struct dive *s, struct dive *d);
|
||||
extern void selective_copy_dive(const struct dive *s, struct dive *d, struct dive_components what, bool clear);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue