1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Removed unused function prototype

This commit is contained in:
James Booth 2014-01-05 21:57:15 +00:00
parent b8672d709a
commit 922230acf5

View File

@ -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);