aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientIdle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientIdle.hxx')
-rw-r--r--src/ClientIdle.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/ClientIdle.hxx b/src/ClientIdle.hxx
index a8c08b7aa..eb0efd1bf 100644
--- a/src/ClientIdle.hxx
+++ b/src/ClientIdle.hxx
@@ -20,11 +20,6 @@
#ifndef MPD_CLIENT_IDLE_HXX
#define MPD_CLIENT_IDLE_HXX
-class Client;
-
-void
-client_idle_add(Client *client, unsigned flags);
-
/**
* Adds the specified idle flags to all clients and immediately sends
* notifications to all waiting clients.
@@ -32,12 +27,4 @@ client_idle_add(Client *client, unsigned flags);
void
client_manager_idle_add(unsigned flags);
-/**
- * Checks whether the client has pending idle flags. If yes, they are
- * sent immediately and "true" is returned". If no, it puts the
- * client into waiting mode and returns false.
- */
-bool
-client_idle_wait(Client *client, unsigned flags);
-
#endif