diff options
author | Max Kellermann <max@duempel.org> | 2013-01-16 23:20:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-16 23:23:47 +0100 |
commit | 36c814d26e2ef2b689e706b3e8db4777df4e2442 (patch) | |
tree | ed8da7ce0629e246494c247511ce43ab55dcfb76 /src/Idle.hxx | |
parent | d769b74d6191c90fce08c97b5115e06209376eff (diff) | |
download | mpd-36c814d26e2ef2b689e706b3e8db4777df4e2442.tar.gz mpd-36c814d26e2ef2b689e706b3e8db4777df4e2442.tar.xz mpd-36c814d26e2ef2b689e706b3e8db4777df4e2442.zip |
Idle: use std::atomic instead of GMutex
Diffstat (limited to '')
-rw-r--r-- | src/Idle.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Idle.hxx b/src/Idle.hxx index e77061300..6e4fbf787 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. */ |