diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-12-16 16:45:04 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-12-17 07:33:45 -0800 |
commit | 6184f5d2761b559edf85063eca61389bb82ad343 (patch) | |
tree | e4745ec739b98cbcf20a160d5d3ba89f837cb577 /core/dive.h | |
parent | f0164e97a2d769aa63263756e53ccbf37e9bd0e5 (diff) | |
download | subsurface-6184f5d2761b559edf85063eca61389bb82ad343.tar.gz |
Core: remove count_dives_with_*() functions
The simplified filter-widget doesn't present lists of existing values
with counts. Thus, a whole slew of count_dives_with_*() functions
can be removed.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/dive.h b/core/dive.h index b4e7085b1..d544bc9d1 100644 --- a/core/dive.h +++ b/core/dive.h @@ -227,12 +227,7 @@ void taglist_cleanup(struct tag_entry **tag_list); void taglist_init_global(); void taglist_free(struct tag_entry *tag_list); - bool taglist_contains(struct tag_entry *tag_list, const char *tag); -int count_dives_with_tag(const char *tag); -int count_dives_with_person(const char *person); -int count_dives_with_location(const char *location); -int count_dives_with_suit(const char *suit); struct extra_data { const char *key; |