diff options
author | James Booth <boothj5@gmail.com> | 2015-04-30 21:23:43 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-04-30 21:23:43 +0100 |
commit | 0a6b76d6d36455a118d95b2815f1ab5f16707bff (patch) | |
tree | a8920f0f3deaf4061d1a039c59be065a6f7eff82 /tests/ui | |
parent | 2e75e5446060f64759dcc73c2f0a4967024f1627 (diff) | |
download | profani-tty-0a6b76d6d36455a118d95b2815f1ab5f16707bff.tar.gz |
Removed some ui functions, inlined
Diffstat (limited to 'tests/ui')
-rw-r--r-- | tests/ui/stub_ui.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index faea7dd3..16933e5d 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -135,11 +135,6 @@ win_type_t ui_current_win_type(void) return (win_type_t)mock(); } -int ui_current_win_index(void) -{ - return 0; -} - gboolean ui_current_win_is_otr(void) { return (gboolean)mock(); @@ -180,10 +175,6 @@ win_type_t ui_win_type(int index) } void ui_close_win(int index) {} -gboolean ui_win_exists(int index) -{ - return FALSE; -} int ui_win_unread(int index) { |