From 3928c4e9aebf08336192d57175c603a7dc17d8a2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 21 Jan 2013 10:42:47 +0100 Subject: UpdateRemove: Mutex/Cond instead of GMutex/GCond --- src/UpdateRemove.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/UpdateRemove.hxx') diff --git a/src/UpdateRemove.hxx b/src/UpdateRemove.hxx index dc15622f..a83e14ae 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 -- cgit v1.2.3