diff options
author | James Booth <boothj5@gmail.com> | 2015-06-17 00:18:59 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-17 00:18:59 +0100 |
commit | a798dc5618580265e60f93be091b649b4bf86dee (patch) | |
tree | 1bd3aa6d2411e16a8787e31b24f9b271b7c69dd1 /src/command | |
parent | 2215a3791f4394394c3ddcde7dd4aa98c704809b (diff) | |
download | profani-tty-a798dc5618580265e60f93be091b649b4bf86dee.tar.gz |
Removed unused function prototype
Diffstat (limited to 'src/command')
-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); |