diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-02-04 22:16:44 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-02-09 10:36:01 -0800 |
commit | 2743e59415f81522f4b0ce9bb2b25243c6ef18e6 (patch) | |
tree | 26dbdf14d17c615a049c4dc3b3a17fa62c6ab36b /core/divesite.h | |
parent | 28234ec58dacc9a9a5bf2966319346b277ff9199 (diff) | |
download | subsurface-2743e59415f81522f4b0ce9bb2b25243c6ef18e6.tar.gz |
Cleanup: remove unsused function clear_dive_site()
The last caller was removed in 11a211fb02ad5443342d91b6967f150cb4f6d34f
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/divesite.h')
-rw-r--r-- | core/divesite.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/divesite.h b/core/divesite.h index a7dca6b0f..971eb6711 100644 --- a/core/divesite.h +++ b/core/divesite.h @@ -68,7 +68,6 @@ bool dive_site_is_empty(struct dive_site *ds); void copy_dive_site_taxonomy(struct dive_site *orig, struct dive_site *copy); void copy_dive_site(struct dive_site *orig, struct dive_site *copy); void merge_dive_site(struct dive_site *a, struct dive_site *b); -void clear_dive_site(struct dive_site *ds); unsigned int get_distance(const location_t *loc1, const location_t *loc2); struct dive_site *find_or_create_dive_site_with_name(const char *name, timestamp_t divetime); void merge_dive_sites(struct dive_site *ref, struct dive_site *dive_sites[], int count); |