diff options
author | Max Kellermann <max@duempel.org> | 2015-09-17 23:13:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-09-17 23:15:54 +0200 |
commit | ce0d896492c5afb4acf545a9cbd6e12f366c1663 (patch) | |
tree | 690f566fced0a05380eccb0754f2a56b65b9034c /src/mixer | |
parent | eae9cb4afe0e311a65dc566a0655a54656c8d807 (diff) |
unix/Daemon, playlist/pls, ...: remove unused Domain variables
Diffstat (limited to 'src/mixer')
-rw-r--r-- | src/mixer/MixerAll.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mixer/MixerAll.cxx b/src/mixer/MixerAll.cxx index f652a9a95..835cf4eec 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) { |