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/output/plugins/PipeOutputPlugin.cxx | |
parent | 4e3d1821895c92d060fc3a9059e83ac58c8c79a3 (diff) |
unix/Daemon, playlist/...: remove unused Domain variables
Diffstat (limited to 'src/output/plugins/PipeOutputPlugin.cxx')
-rw-r--r-- | src/output/plugins/PipeOutputPlugin.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/output/plugins/PipeOutputPlugin.cxx b/src/output/plugins/PipeOutputPlugin.cxx index 7a1f32258..d8075d505 100644 --- a/src/output/plugins/PipeOutputPlugin.cxx +++ b/src/output/plugins/PipeOutputPlugin.cxx @@ -22,7 +22,6 @@ #include "../OutputAPI.hxx" #include "config/ConfigError.hxx" #include "util/Error.hxx" -#include "util/Domain.hxx" #include <string> @@ -44,8 +43,6 @@ struct PipeOutput { bool Configure(const config_param ¶m, Error &error); }; -static constexpr Domain pipe_output_domain("pipe_output"); - inline bool PipeOutput::Configure(const config_param ¶m, Error &error) { |