Removed ui_win_type

This commit is contained in:
James Booth
2015-11-02 21:07:04 +00:00
parent bcd19c6d16
commit 2089eebf09
3 changed files with 0 additions and 14 deletions

View File

@@ -751,13 +751,6 @@ ui_prune_wins(void)
}
}
win_type_t
ui_win_type(int index)
{
ProfWin *window = wins_get_by_num(index);
return window->type;
}
void
ui_current_print_line(const char *const msg, ...)
{