mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
f0164e97a2
commit
6184f5d276
3 changed files with 0 additions and 83 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue