diff options
author | Max Kellermann <max@duempel.org> | 2015-09-17 23:13:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-10-16 18:08:59 +0200 |
commit | f066bb7716200a83e209d27f6b4f87f012033266 (patch) | |
tree | 8aff2521efcb941ff90cbe7b66e12b071660646e /src/encoder | |
parent | 4e3d1821895c92d060fc3a9059e83ac58c8c79a3 (diff) |
unix/Daemon, playlist/...: remove unused Domain variables
Diffstat (limited to 'src/encoder')
-rw-r--r-- | src/encoder/plugins/ShineEncoderPlugin.cxx | 3 |
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 ¶m, gcc_unused Error &error) |