about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-25 02:06:55 +0100
committerJames Booth <boothj5@gmail.com>2016-07-25 02:06:55 +0100
commitfcbf56657d7c9ff7a994f81de9af4d7e89501f33 (patch)
tree7a3aef51812cad74da5110509e8083f2fa5d7810 /src
parent0ffb441cad3fe4c8af309be19e0ac85aa3444552 (diff)
downloadprofani-tty-fcbf56657d7c9ff7a994f81de9af4d7e89501f33.tar.gz
Remove unused function prototype
Diffstat (limited to 'src')
-rw-r--r--src/profanity.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/profanity.h b/src/profanity.h
index 94d7ef45..1b507edc 100644
--- a/src/profanity.h
+++ b/src/profanity.h
@@ -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;