unix/Daemon, playlist/...: remove unused Domain variables

This commit is contained in:
Max Kellermann
2015-09-17 23:13:53 +02:00
parent 4e3d182189
commit f066bb7716
7 changed files with 0 additions and 21 deletions

View File

@@ -25,14 +25,11 @@
#include "input/InputStream.hxx"
#include "tag/TagBuilder.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "lib/expat/ExpatParser.hxx"
#include "Log.hxx"
#include <string.h>
static constexpr Domain xspf_domain("xspf");
/**
* This is the state object for the GLib XML parser.
*/