diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-05-30 17:35:39 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-06-19 13:11:10 -0700 |
commit | d3cd85b3436aa02a5d60a3f1f12bc6758e486994 (patch) | |
tree | 4a241740746921077505afd2c26d2d6b912e1b71 /core/dive.h | |
parent | 36bb9d8422dadf17cd6806bbb755ff5195fcab01 (diff) | |
download | subsurface-d3cd85b3436aa02a5d60a3f1f12bc6758e486994.tar.gz |
Cleanup: remove unused function dump_taglist()
This was probably used for debugging but has no callers anymore.
Let's remove it. If needed, it can be trivially readded.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h index 2998ae9d6..c115f5c0f 100644 --- a/core/dive.h +++ b/core/dive.h @@ -205,7 +205,6 @@ extern struct tag_entry *g_tag_list; struct divetag *taglist_add_tag(struct tag_entry **tag_list, const char *tag); struct tag_entry *taglist_added(struct tag_entry *original_list, struct tag_entry *new_list); -void dump_taglist(const char *intro, struct tag_entry *tl); /* * Writes all divetags form tag_list into internally allocated buffer |