about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-05 22:01:39 +0000
committerJames Booth <boothj5@gmail.com>2014-01-05 22:01:39 +0000
commit7802e668b54b842937e705d550a58d68bed8209e (patch)
tree1c40f50ae55e276afc8d129f76093c0c312bcc31 /src
parent468e80fe308c0f7b6dd80d388d8338977e6679e2 (diff)
downloadprofani-tty-7802e668b54b842937e705d550a58d68bed8209e.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 bbffd236..ffbe6d2a 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_roster(GSList *roster);
 void prof_handle_idle(void);
 void prof_handle_activity(void);
 void prof_handle_duck_help(const char * const result);