command/error: remove unused function print_playlist_result()

This commit is contained in:
Max Kellermann
2016-02-28 11:53:38 +01:00
parent 9e2e882157
commit ac15581c56
2 changed files with 1 additions and 57 deletions

View File

@@ -21,16 +21,12 @@
#define MPD_COMMAND_ERROR_HXX
#include "CommandResult.hxx"
#include "PlaylistError.hxx"
#include <exception>
class Response;
class Error;
CommandResult
print_playlist_result(Response &r, PlaylistResult result);
/**
* Send the #Error to the client.
*/