summaryrefslogtreecommitdiff
path: root/src/GlobalEvents.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-03-10 09:27:07 +0100
committerMax Kellermann <max@duempel.org>2016-03-10 20:32:43 +0100
commit5ffb82993ecf27ea1493771281d19f90fa73c46c (patch)
tree15dc9db438216f6c1f4b355b0127f783074845cb /src/GlobalEvents.hxx
parent07add0bd91b4f772f2895cd201edc615101a7fc3 (diff)
IdleMonitor: new class to replace GlobalEvents::IDLE
Use MaskMonitor to eliminate duplicate code.
Diffstat (limited to 'src/GlobalEvents.hxx')
-rw-r--r--src/GlobalEvents.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/GlobalEvents.hxx b/src/GlobalEvents.hxx
index c67b07519..abd6949f6 100644
--- a/src/GlobalEvents.hxx
+++ b/src/GlobalEvents.hxx
@@ -24,9 +24,6 @@
namespace GlobalEvents {
enum Event {
- /** an idle event was emitted */
- IDLE,
-
/** must call playlist_sync() */
PLAYLIST,