about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-17 00:18:59 +0100
committerJames Booth <boothj5@gmail.com>2015-06-17 00:18:59 +0100
commita798dc5618580265e60f93be091b649b4bf86dee (patch)
tree1bd3aa6d2411e16a8787e31b24f9b271b7c69dd1 /src
parent2215a3791f4394394c3ddcde7dd4aa98c704809b (diff)
downloadprofani-tty-a798dc5618580265e60f93be091b649b4bf86dee.tar.gz
Removed unused function prototype
Diffstat (limited to 'src')
-rw-r--r--src/command/command.c2
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);