aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-07 13:57:37 +0200
committerMax Kellermann <max@duempel.org>2008-09-07 13:57:37 +0200
commitb332e1cbc8a1e44742ad8815b674a640ef3cdb52 (patch)
tree8e530ce5a2b63cd1ce4c468edd99571f19eb5a3c /src/command.h
parentf59986fad5dd8e00beffcd038112d81963408539 (diff)
command: removed commandError()
commandError() has been superseded by command_error(), and is not being used anymore. Remove it.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command.h b/src/command.h
index 594ca272..2b4f1fee 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,