diff options
Diffstat (limited to 'src/helper/command.h')
-rw-r--r-- | src/helper/command.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helper/command.h b/src/helper/command.h index bc4d332e..76a49a54 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -59,7 +59,6 @@ typedef struct command_s struct command_s *children; int (*handler)(struct command_context_s *context, char* name, char** args, int argc); enum command_mode mode; - char *help; struct command_s *next; } command_t; |