diff options
author | James Booth <boothj5@gmail.com> | 2015-11-02 21:07:04 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-02 21:07:04 +0000 |
commit | 2089eebf09332a6ebb0dc584123d8b9486d2fc82 (patch) | |
tree | 829a5cbd5702a94a8eed1351f33fdc3613e91110 /tests | |
parent | bcd19c6d16a3ff6892ad6aa41b68a2f97277239d (diff) | |
download | profani-tty-2089eebf09332a6ebb0dc584123d8b9486d2fc82.tar.gz |
Removed ui_win_type
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index b8414315..900ab2df 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -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) |