diff --git a/src/command/AllCommands.hxx b/src/command/AllCommands.hxx index 35f559d8a..3a0220e55 100644 --- a/src/command/AllCommands.hxx +++ b/src/command/AllCommands.hxx @@ -27,9 +27,6 @@ class Client; void command_init(); -void -command_finish(); - CommandResult command_process(Client &client, unsigned num, char *line);