summaryrefslogtreecommitdiff
path: root/src/PlaylistPrint.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-04-13 19:47:41 +0200
committerMax Kellermann <max@duempel.org>2016-04-13 19:47:41 +0200
commite2281441598bc8205987857d388b7640aa7ea4d0 (patch)
treee426edc614d53725721c36e2b63a939f6e43d460 /src/PlaylistPrint.hxx
parent9431a7b022df2f7ffa6d7f3bd724764089b6f5fd (diff)
command/playlist: eliminate spl_print() calls
playlist_file_print() already handles stored playlists. spl_print() is never called with a successful result.
Diffstat (limited to 'src/PlaylistPrint.hxx')
-rw-r--r--src/PlaylistPrint.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/PlaylistPrint.hxx b/src/PlaylistPrint.hxx
index b61ca7c04..2fc70cdf0 100644
--- a/src/PlaylistPrint.hxx
+++ b/src/PlaylistPrint.hxx
@@ -91,15 +91,4 @@ playlist_print_changes_position(Response &r,
uint32_t version,
unsigned start, unsigned end);
-/**
- * Send the stored playlist to the client.
- *
- * @param client the client which requested the playlist
- * @param name_utf8 the name of the stored playlist in UTF-8 encoding
- * @param detail true if all details should be printed
- */
-void
-spl_print(Response &r, Partition &partition,
- const char *name_utf8, bool detail);
-
#endif