diff options
Diffstat (limited to 'src/command.h')
-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 6ddd22491..295d71ab6 100644 --- a/src/command.h +++ b/src/command.h @@ -65,8 +65,6 @@ void command_finish(void); enum command_return command_process(struct client *client, unsigned num, char *line); -void command_success(struct client *client); - G_END_DECLS #endif |