aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer
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/mixer
parent4e3d1821895c92d060fc3a9059e83ac58c8c79a3 (diff)
downloadmpd-f066bb7716200a83e209d27f6b4f87f012033266.tar.gz
mpd-f066bb7716200a83e209d27f6b4f87f012033266.tar.xz
mpd-f066bb7716200a83e209d27f6b4f87f012033266.zip
unix/Daemon, playlist/...: remove unused Domain variables
Diffstat (limited to 'src/mixer')
-rw-r--r--src/mixer/MixerAll.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mixer/MixerAll.cxx b/src/mixer/MixerAll.cxx
index 5fef6a92f..91891e870 100644
--- a/src/mixer/MixerAll.cxx
+++ b/src/mixer/MixerAll.cxx
@@ -25,13 +25,10 @@
#include "output/Internal.hxx"
#include "pcm/Volume.hxx"
#include "util/Error.hxx"
-#include "util/Domain.hxx"
#include "Log.hxx"
#include <assert.h>
-static constexpr Domain mixer_domain("mixer");
-
static int
output_mixer_get_volume(const AudioOutput &ao)
{