Moved handle_software_version_result to server_events

This commit is contained in:
James Booth
2014-01-05 21:11:09 +00:00
parent 42fd1fb13e
commit 460a42c7c9
5 changed files with 11 additions and 12 deletions

View File

@@ -459,14 +459,6 @@ prof_handle_activity(void)
}
}
void
prof_handle_version_result(const char * const jid, const char * const presence,
const char * const name, const char * const version, const char * const os)
{
cons_show_software_version(jid, presence, name, version, os);
ui_current_page_off();
}
void
prof_handle_room_list(GSList *rooms, const char *conference_node)
{