diff options
author | Max Kellermann <max@duempel.org> | 2013-01-21 10:42:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-21 10:42:47 +0100 |
commit | 3928c4e9aebf08336192d57175c603a7dc17d8a2 (patch) | |
tree | 1954bf61efd19f57e46d3b8458f3d3a7b1eba9d7 /src/UpdateRemove.hxx | |
parent | 32799fef5c60568ffc693edab2e39d50549040d4 (diff) | |
download | mpd-3928c4e9aebf08336192d57175c603a7dc17d8a2.tar.gz mpd-3928c4e9aebf08336192d57175c603a7dc17d8a2.tar.xz mpd-3928c4e9aebf08336192d57175c603a7dc17d8a2.zip |
UpdateRemove: Mutex/Cond instead of GMutex/GCond
Diffstat (limited to 'src/UpdateRemove.hxx')
-rw-r--r-- | src/UpdateRemove.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/UpdateRemove.hxx b/src/UpdateRemove.hxx index dc15622fc..a83e14ae1 100644 --- a/src/UpdateRemove.hxx +++ b/src/UpdateRemove.hxx @@ -27,9 +27,6 @@ struct song; void update_remove_global_init(void); -void -update_remove_global_finish(void); - /** * Sends a signal to the main thread which will in turn remove the * song: from the sticker database and from the playlist. This |