aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/Tag.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-05 18:34:12 +0200
committerMax Kellermann <max@duempel.org>2013-09-05 18:34:12 +0200
commit5d5f21bfc5911f9f80b3e24871287ac58db9543f (patch)
tree3f218719baec92da5264266ffe33e313b82e43b9 /src/tag/Tag.hxx
parentfcccedc5884a672eb66221d66fdda4755b4286ba (diff)
downloadmpd-5d5f21bfc5911f9f80b3e24871287ac58db9543f.tar.gz
mpd-5d5f21bfc5911f9f80b3e24871287ac58db9543f.tar.xz
mpd-5d5f21bfc5911f9f80b3e24871287ac58db9543f.zip
Tag: compile-time initialisation of ignore_tag_items
Move to TagSettings.c and use C99 initializers.
Diffstat (limited to '')
-rw-r--r--src/tag/Tag.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tag/Tag.hxx b/src/tag/Tag.hxx
index fc9ad0bbb..bfbebe671 100644
--- a/src/tag/Tag.hxx
+++ b/src/tag/Tag.hxx
@@ -186,10 +186,4 @@ tag_name_parse(const char *name);
enum tag_type
tag_name_parse_i(const char *name);
-/**
- * Initializes the tag library.
- */
-void
-tag_lib_init();
-
#endif