diff options
author | Max Kellermann <max@duempel.org> | 2008-12-31 00:32:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-31 00:32:56 +0100 |
commit | dd0f8e42f386abda02490745a0f2365e9412da7b (patch) | |
tree | 7dd47f2702f6f7ec65716009a4beead0e26d90e8 /src/main_notify.h | |
parent | 2cdfd93830b6c915dbf9c23c877d9954bab3a7a2 (diff) | |
download | mpd-dd0f8e42f386abda02490745a0f2365e9412da7b.tar.gz mpd-dd0f8e42f386abda02490745a0f2365e9412da7b.tar.xz mpd-dd0f8e42f386abda02490745a0f2365e9412da7b.zip |
main_notify: removed lock()/unlock()
These functions are not used anymore since we use the GLib main loop.
Diffstat (limited to 'src/main_notify.h')
-rw-r--r-- | src/main_notify.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main_notify.h b/src/main_notify.h index 3b87cb1ab..a02564cc1 100644 --- a/src/main_notify.h +++ b/src/main_notify.h @@ -33,10 +33,6 @@ void wakeup_main_task(void); void wait_main_task(void); -void main_notify_lock(void); - -void main_notify_unlock(void); - void main_notify_triggered(void); |