diff options
author | James Booth <boothj5@gmail.com> | 2014-01-05 22:01:39 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-05 22:01:39 +0000 |
commit | 7802e668b54b842937e705d550a58d68bed8209e (patch) | |
tree | 1c40f50ae55e276afc8d129f76093c0c312bcc31 /src | |
parent | 468e80fe308c0f7b6dd80d388d8338977e6679e2 (diff) | |
download | profani-tty-7802e668b54b842937e705d550a58d68bed8209e.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 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); |