diff options
author | Max Kellermann <max@duempel.org> | 2014-02-05 23:20:33 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-19 21:40:14 +0100 |
commit | 8d6fedf8177d0d2ced81e6d93d35c368b2ac69db (patch) | |
tree | 17890432eb5d7f6cbdf5feb32a0105dc6f9d8974 /src/Main.cxx | |
parent | f4f8fa7c947af10235d1cdd70b294a3b8810c6f4 (diff) | |
download | mpd-8d6fedf8177d0d2ced81e6d93d35c368b2ac69db.tar.gz mpd-8d6fedf8177d0d2ced81e6d93d35c368b2ac69db.tar.xz mpd-8d6fedf8177d0d2ced81e6d93d35c368b2ac69db.zip |
Mixer: add class MixerListener
Use a listener interface instead of GlobalEvents.
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index de74925e5..e52b40d58 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -33,7 +33,6 @@ #include "client/ClientList.hxx" #include "command/AllCommands.hxx" #include "Partition.hxx" -#include "mixer/Volume.hxx" #include "tag/TagConfig.hxx" #include "ReplayGainConfig.hxx" #include "Idle.hxx" @@ -469,7 +468,6 @@ int mpd_main(int argc, char *argv[]) command_init(); initialize_decoder_and_player(); - volume_init(); initAudioConfig(); instance->partition->outputs.Configure(*instance->event_loop, instance->partition->pc); |