mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6920480463
commit
c63f14eefc
2 changed files with 0 additions and 13 deletions
|
@ -728,7 +728,6 @@ extern unsigned int dc_watertemp(struct divecomputer *dc);
|
|||
extern int split_dive(struct dive *);
|
||||
extern struct dive *merge_dives(struct dive *a, struct dive *b, int offset, bool prefer_downloaded);
|
||||
extern struct dive *try_to_merge(struct dive *a, struct dive *b, bool prefer_downloaded);
|
||||
extern void renumber_dives(int start_nr, bool selected_only);
|
||||
extern struct event *clone_event(const struct event *src_ev);
|
||||
extern void copy_events(struct divecomputer *s, struct divecomputer *d);
|
||||
extern void free_events(struct event *ev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue