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/Main.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Main.cxx') diff --git a/src/Main.cxx b/src/Main.cxx index 9ded73be5..a1138a908 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -38,7 +38,6 @@ #include "Partition.hxx" #include "Volume.hxx" #include "OutputAll.hxx" -#include "tag/Tag.hxx" #include "tag/TagConfig.hxx" #include "replay_gain_config.h" #include "Idle.hxx" @@ -376,7 +375,6 @@ int mpd_main(int argc, char *argv[]) } stats_global_init(); - tag_lib_init(); TagLoadConfig(); if (!log_init(options.verbose, options.log_stderr, error)) { -- cgit v1.2.3