diff options
Diffstat (limited to 'src/Idle.hxx')
-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. */ |