diff options
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c index a3bc24aa..573c9393 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -68,8 +68,6 @@ #include "ui/ui.h" #include "window_list.h" -typedef char*(*autocompleter)(char*, int*); - static gboolean _cmd_execute(ProfWin *window, const char * const command, const char * const inp); static char * _cmd_complete_parameters(ProfWin *window, const char * const input); |