diff options
author | Max Kellermann <max@duempel.org> | 2012-02-12 17:43:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-02-12 17:43:23 +0100 |
commit | 027c01511cfb8eac1a2e3f9fc54cfbb2bf968870 (patch) | |
tree | 2649984b8e6e010df5b428db1d1f52079532dd74 /src/update_internal.h | |
parent | 4fdcc0496fbfce7b1ad4f46b249e4c9ee0b0e997 (diff) | |
download | mpd-027c01511cfb8eac1a2e3f9fc54cfbb2bf968870.tar.gz mpd-027c01511cfb8eac1a2e3f9fc54cfbb2bf968870.tar.xz mpd-027c01511cfb8eac1a2e3f9fc54cfbb2bf968870.zip |
update_remove: add header update_remove.h
Diffstat (limited to 'src/update_internal.h')
-rw-r--r-- | src/update_internal.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/update_internal.h b/src/update_internal.h index d4fe91014..9da74d523 100644 --- a/src/update_internal.h +++ b/src/update_internal.h @@ -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 |