Removed ui_create_xmlconsole_win()

This commit is contained in:
James Booth
2015-11-01 19:29:59 +00:00
parent 486d2e0495
commit 9eae20298f
4 changed files with 2 additions and 11 deletions

View File

@@ -222,13 +222,6 @@ ui_load_colours(void)
}
}
void
ui_create_xmlconsole_win(void)
{
ProfWin *window = wins_new_xmlconsole();
ui_switch_win(window);
}
void
ui_open_xmlconsole_win(void)
{