From 992ad2fa2784d38c5dfe3cce4e35e00d27a5f533 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Thu, 7 Mar 2019 09:01:18 +0100 Subject: Dive sites: simplify nr_of_dives_at_dive_site() 1) The second parameter (selected_only) was always false. Therefore, remove it. 2) Simplify the function by simply returning the reference count. Signed-off-by: Berthold Stoeger --- core/divesite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/divesite.h') diff --git a/core/divesite.h b/core/divesite.h index 2210aced1..087b5f2b7 100644 --- a/core/divesite.h +++ b/core/divesite.h @@ -53,7 +53,7 @@ void register_dive_site(struct dive_site *ds); void unregister_dive_site(struct dive_site *ds); struct dive_site *alloc_or_get_dive_site(uint32_t uuid, struct dive_site_table *ds_table); struct dive_site *alloc_dive_site(); -int nr_of_dives_at_dive_site(struct dive_site *ds, bool select_only); +int nr_of_dives_at_dive_site(struct dive_site *ds); bool is_dive_site_used(struct dive_site *ds, bool select_only); void free_dive_site(struct dive_site *ds); void unregister_dive_site(struct dive_site *ds); -- cgit v1.2.3-70-g09d2