Removed ui_get_chat_recipients

This commit is contained in:
James Booth
2015-11-02 20:35:01 +00:00
parent 6779c5bf68
commit 1c3eadbf1c
4 changed files with 2 additions and 17 deletions

View File

@@ -64,10 +64,6 @@ void ui_update(void) {}
void ui_close(void) {}
void ui_redraw(void) {}
void ui_resize(void) {}
GSList* ui_get_chat_recipients(void)
{
return NULL;
}
void ui_switch_win(ProfWin *win) {}