1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Remove unused function prototype

This commit is contained in:
James Booth 2016-07-25 02:06:55 +01:00
parent 0ffb441cad
commit fcbf56657d

View File

@ -39,9 +39,6 @@
#include <glib.h>
void prof_run(char *log_level, char *account_name);
gboolean prof_process_input(char *inp);
void prof_set_quit(void);
pthread_mutex_t lock;