aboutsummaryrefslogtreecommitdiff
path: root/src/update_internal.h
diff options
context:
space:
mode:
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