aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/command.h b/src/command.h
index 7e03e36dd..a7c408ed7 100644
--- a/src/command.h
+++ b/src/command.h
@@ -47,7 +47,4 @@ command_process(struct client *client, char *commandString);
void command_success(struct client *client);
-G_GNUC_PRINTF(3, 4) void command_error(struct client *client, enum ack error,
- const char *fmt, ...);
-
#endif