From 36c814d26e2ef2b689e706b3e8db4777df4e2442 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 16 Jan 2013 23:20:56 +0100 Subject: Idle: use std::atomic instead of GMutex --- src/Idle.hxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/Idle.hxx') diff --git a/src/Idle.hxx b/src/Idle.hxx index e7706130..6e4fbf78 100644 --- a/src/Idle.hxx +++ b/src/Idle.hxx @@ -61,18 +61,6 @@ enum { IDLE_MESSAGE = 0x400, }; -/** - * 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. -- cgit v1.2.3