diff options
Diffstat (limited to '')
-rw-r--r-- | src/command.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command.h b/src/command.h index 594ca2724..2b4f1fee7 100644 --- a/src/command.h +++ b/src/command.h @@ -39,8 +39,6 @@ void initCommands(void); void finishCommands(void); -mpd_fprintf_ void commandError(int fd, int error, const char *fmt, ...); - void command_success(struct client *client); mpd_fprintf_ void command_error(struct client *client, int error, |