Removed ui_open_xmlconsole_win()

This commit is contained in:
James Booth
2015-11-01 19:33:01 +00:00
parent 9eae20298f
commit 7e386fbf00
4 changed files with 1 additions and 13 deletions

View File

@@ -222,15 +222,6 @@ ui_load_colours(void)
}
}
void
ui_open_xmlconsole_win(void)
{
ProfXMLWin *xmlwin = wins_get_xmlconsole();
if (xmlwin) {
ui_switch_win((ProfWin*)xmlwin);
}
}
void
ui_handle_stanza(const char *const msg)
{