Removed ui_new_private_win

This commit is contained in:
James Booth
2015-11-05 23:28:21 +00:00
parent f1daec663d
commit 9fcdc5901c
4 changed files with 1 additions and 13 deletions

View File

@@ -83,10 +83,6 @@ unsigned long ui_get_idle_time(void)
}
void ui_reset_idle_time(void) {}
ProfPrivateWin* ui_new_private_win(const char * const fulljid)
{
return NULL;
}
ProfChatWin* chatwin_new(const char * const barejid)
{