1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Removed unused function prototype

This commit is contained in:
James Booth 2015-06-17 00:18:59 +01:00
parent 2215a3791f
commit a798dc5618

View File

@ -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);