Refactored handle_presence_error, removed no longer used functions

This commit is contained in:
James Booth
2014-01-30 22:20:57 +00:00
parent 2cd24a484a
commit 12666b41e6
7 changed files with 16 additions and 84 deletions

View File

@@ -74,8 +74,5 @@ void win_show_status_string(ProfWin *window, const char * const from,
const char * const default_show);
void win_print_incoming_message(ProfWin *window, GTimeVal *tv_stamp,
const char * const from, const char * const message);
gboolean
win_handle_error_message(ProfWin *window, const char * const from,
const char * const err_msg);
#endif