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

@@ -769,13 +769,6 @@ ui_print_system_msg_from_recipient(const char *const barejid, const char *messag
win_vprint(window, '-', 0, NULL, 0, 0, "", "*%s %s", barejid, message);
}
ProfPrivateWin*
ui_new_private_win(const char *const fulljid)
{
ProfWin *window = wins_new_private(fulljid);
return (ProfPrivateWin*)window;
}
void
ui_outgoing_private_msg(ProfPrivateWin *privwin, const char *const message)
{