diff options
author | James Booth <boothj5@gmail.com> | 2014-01-05 21:57:15 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-05 21:57:15 +0000 |
commit | 922230acf5eb73879c695ff70d99470d109bc1f7 (patch) | |
tree | cec327338800139040a861b120c28600e37e8830 /src | |
parent | b8672d709af78870c5bcb66414b7541ab9cf0021 (diff) | |
download | profani-tty-922230acf5eb73879c695ff70d99470d109bc1f7.tar.gz |
Removed unused function prototype
Diffstat (limited to 'src')
-rw-r--r-- | src/profanity.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/profanity.h b/src/profanity.h index 50002b09..99de6859 100644 --- a/src/profanity.h +++ b/src/profanity.h @@ -28,7 +28,6 @@ void prof_run(const int disable_tls, char *log_level, char *account_name); -void prof_handle_login_success(const char *jid, const char *altdomain); void prof_handle_disconnect(const char * const jid); void prof_handle_roster(GSList *roster); void prof_handle_idle(void); |