From cab84af72e373acca0e88d9b407aa97796c083e0 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Wed, 16 Jan 2013 21:46:13 +0100
Subject: Client: move "idle" functions into the class

---
 src/ClientIdle.hxx | 13 -------------
 1 file changed, 13 deletions(-)

(limited to 'src/ClientIdle.hxx')

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
-- 
cgit v1.2.3