From b332e1cbc8a1e44742ad8815b674a640ef3cdb52 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 7 Sep 2008 13:57:37 +0200 Subject: command: removed commandError() commandError() has been superseded by command_error(), and is not being used anymore. Remove it. --- src/command.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/command.h') 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, -- cgit v1.2.3