diff options
author | James Booth <boothj5@gmail.com> | 2016-07-25 02:06:55 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-25 02:06:55 +0100 |
commit | fcbf56657d7c9ff7a994f81de9af4d7e89501f33 (patch) | |
tree | 7a3aef51812cad74da5110509e8083f2fa5d7810 | |
parent | 0ffb441cad3fe4c8af309be19e0ac85aa3444552 (diff) | |
download | profani-tty-fcbf56657d7c9ff7a994f81de9af4d7e89501f33.tar.gz |
Remove unused function prototype
-rw-r--r-- | src/profanity.h | 3 |
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; |