From 8d6fedf8177d0d2ced81e6d93d35c368b2ac69db Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Feb 2014 23:20:33 +0100 Subject: Mixer: add class MixerListener Use a listener interface instead of GlobalEvents. --- src/GlobalEvents.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/GlobalEvents.hxx') diff --git a/src/GlobalEvents.hxx b/src/GlobalEvents.hxx index 9b678a4f6..a9df03724 100644 --- a/src/GlobalEvents.hxx +++ b/src/GlobalEvents.hxx @@ -42,9 +42,6 @@ namespace GlobalEvents { /** the current song's tag has changed */ TAG, - /** a hardware mixer plugin has detected a change */ - MIXER, - #ifdef WIN32 /** shutdown requested */ SHUTDOWN, -- cgit v1.2.3