diff options
Diffstat (limited to '')
-rw-r--r-- | src/update_internal.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/update_internal.h b/src/update_internal.h index 65744f0d6..9da74d523 100644 --- a/src/update_internal.h +++ b/src/update_internal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2010 The Music Player Daemon Project + * Copyright (C) 2003-2011 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -47,18 +47,4 @@ update_walk_global_finish(void); bool update_walk(const char *path, bool discard); -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 - * serialized access is implemented to avoid excessive locking. - */ -void -update_remove_song(const struct song *song); - #endif |