aboutsummaryrefslogtreecommitdiff
path: root/src/update_internal.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-12 17:43:23 +0100
committerMax Kellermann <max@duempel.org>2012-02-12 17:43:23 +0100
commit027c01511cfb8eac1a2e3f9fc54cfbb2bf968870 (patch)
tree2649984b8e6e010df5b428db1d1f52079532dd74 /src/update_internal.h
parent4fdcc0496fbfce7b1ad4f46b249e4c9ee0b0e997 (diff)
update_remove: add header update_remove.h
Diffstat (limited to 'src/update_internal.h')
-rw-r--r--src/update_internal.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/update_internal.h b/src/update_internal.h
index d4fe9101..9da74d52 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