about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-05 21:57:15 +0000
committerJames Booth <boothj5@gmail.com>2014-01-05 21:57:15 +0000
commit922230acf5eb73879c695ff70d99470d109bc1f7 (patch)
treecec327338800139040a861b120c28600e37e8830 /src
parentb8672d709af78870c5bcb66414b7541ab9cf0021 (diff)
downloadprofani-tty-922230acf5eb73879c695ff70d99470d109bc1f7.tar.gz
Removed unused function prototype
Diffstat (limited to 'src')
-rw-r--r--src/profanity.h1
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);