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

@@ -136,12 +136,6 @@ void ui_current_print_formatted_line(const char show_char, int attrs, const char
void ui_current_error_line(const char * const msg) {}
void ui_win_error_line(ProfWin *window, const char * const msg) {}
win_type_t ui_win_type(int index)
{
return WIN_CONSOLE;
}
void ui_close_win(int index) {}
int ui_win_unread(int index)