From 9b4e14df719bc8d09f178c1749d7af10fe2dd96c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 29 Jan 2011 10:24:30 +0100 Subject: client_idle: add header client_idle.h --- src/client.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index b2177a77c..5647e5eae 100644 --- a/src/client.h +++ b/src/client.h @@ -62,17 +62,4 @@ void client_vprintf(struct client *client, const char *fmt, va_list args); */ G_GNUC_PRINTF(2, 3) void client_printf(struct client *client, const char *fmt, ...); -/** - * Adds the specified idle flags to all clients and immediately sends - * notifications to all waiting clients. - */ -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(struct client *client, unsigned flags); - #endif -- cgit v1.2.3