aboutsummaryrefslogtreecommitdiff
path: root/src/Idle.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-16 23:20:56 +0100
committerMax Kellermann <max@duempel.org>2013-01-16 23:23:47 +0100
commit36c814d26e2ef2b689e706b3e8db4777df4e2442 (patch)
treeed8da7ce0629e246494c247511ce43ab55dcfb76 /src/Idle.hxx
parentd769b74d6191c90fce08c97b5115e06209376eff (diff)
Idle: use std::atomic instead of GMutex
Diffstat (limited to 'src/Idle.hxx')
-rw-r--r--src/Idle.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Idle.hxx b/src/Idle.hxx
index e7706130..6e4fbf78 100644
--- a/src/Idle.hxx
+++ b/src/Idle.hxx
@@ -62,18 +62,6 @@ enum {
};
/**
- * Initialize the mutex
- */
-void
-idle_init(void);
-
-/**
- * Destroy the mutex
- */
-void
-idle_deinit(void);
-
-/**
* Adds idle flag (with bitwise "or") and queues notifications to all
* clients.
*/