diff options
author | Max Kellermann <max@duempel.org> | 2016-04-13 19:47:41 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-04-13 19:47:41 +0200 |
commit | e2281441598bc8205987857d388b7640aa7ea4d0 (patch) | |
tree | e426edc614d53725721c36e2b63a939f6e43d460 /src/PlaylistPrint.hxx | |
parent | 9431a7b022df2f7ffa6d7f3bd724764089b6f5fd (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.hxx | 11 |
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 |