aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.cxx
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/Main.cxx
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 'src/Main.cxx')
-rw-r--r--src/Main.cxx2
1 files changed, 0 insertions, 2 deletions
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)) {