aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-09-17 23:13:53 +0200
committerMax Kellermann <max@duempel.org>2015-10-16 18:08:59 +0200
commitf066bb7716200a83e209d27f6b4f87f012033266 (patch)
tree8aff2521efcb941ff90cbe7b66e12b071660646e /src/encoder
parent4e3d1821895c92d060fc3a9059e83ac58c8c79a3 (diff)
downloadmpd-f066bb7716200a83e209d27f6b4f87f012033266.tar.gz
mpd-f066bb7716200a83e209d27f6b4f87f012033266.tar.xz
mpd-f066bb7716200a83e209d27f6b4f87f012033266.zip
unix/Daemon, playlist/...: remove unused Domain variables
Diffstat (limited to 'src/encoder')
-rw-r--r--src/encoder/plugins/ShineEncoderPlugin.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/encoder/plugins/ShineEncoderPlugin.cxx b/src/encoder/plugins/ShineEncoderPlugin.cxx
index 61cb8609e..1b00f7d53 100644
--- a/src/encoder/plugins/ShineEncoderPlugin.cxx
+++ b/src/encoder/plugins/ShineEncoderPlugin.cxx
@@ -26,7 +26,6 @@
#include "util/NumberParser.hxx"
#include "util/DynamicFifoBuffer.hxx"
#include "util/Error.hxx"
-#include "util/Domain.hxx"
extern "C"
{
@@ -60,8 +59,6 @@ struct ShineEncoder {
bool WriteChunk(bool flush);
};
-static constexpr Domain shine_encoder_domain("shine_encoder");
-
inline bool
ShineEncoder::Configure(const config_param &param,
gcc_unused Error &error)