Remove ui_win_error_line

This commit is contained in:
James Booth
2016-10-15 17:07:15 +01:00
parent 864939b809
commit 9d075c9805
4 changed files with 2 additions and 10 deletions

View File

@@ -126,7 +126,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) {}
void ui_close_win(int index) {}