diff options
author | James Booth <boothj5@gmail.com> | 2015-11-01 18:49:53 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-01 18:49:53 +0000 |
commit | 8195ab42cb97c5597f4deb48f92be04afe933abc (patch) | |
tree | 306be3e6718f08b9a2ea18326477e4cb46a6eed9 /tests/unittests | |
parent | 4fa2efc7caa4362cd172ef9d69cf9324b928e1d3 (diff) | |
download | profani-tty-8195ab42cb97c5597f4deb48f92be04afe933abc.tar.gz |
Removed ui_ paging functions
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 2f97dbdb..c60746d2 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -153,10 +153,6 @@ int ui_win_unread(int index) return 0; } -void ui_page_up(void) {} -void ui_page_down(void) {} -void ui_subwin_page_up(void) {} -void ui_subwin_page_down(void) {} void ui_clear_win(ProfWin *window) {} char * ui_ask_password(void) |