From 5d5f21bfc5911f9f80b3e24871287ac58db9543f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Sep 2013 18:34:12 +0200 Subject: Tag: compile-time initialisation of ignore_tag_items Move to TagSettings.c and use C99 initializers. --- src/tag/Tag.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/tag/Tag.hxx') 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 -- cgit v1.2.3