diff options
author | James Booth <boothj5@gmail.com> | 2015-04-30 22:09:39 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-04-30 22:09:39 +0100 |
commit | d68fb25ddef2f30c9d17991aa5d1d0e2a36d8386 (patch) | |
tree | b1179fadf9f404f096156e008cce6126d28d522f /tests/ui | |
parent | 20555fcb3646d789206ede9a95881fed75fbc0b9 (diff) | |
download | profani-tty-d68fb25ddef2f30c9d17991aa5d1d0e2a36d8386.tar.gz |
Removed ui_win_switch_num
Diffstat (limited to 'tests/ui')
-rw-r--r-- | tests/ui/stub_ui.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index 16933e5d..1f812781 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -64,17 +64,7 @@ GSList* ui_get_chat_recipients(void) return NULL; } -gboolean ui_switch_win(ProfWin *win) -{ - return FALSE; -} - -gboolean ui_switch_win_num(const int i) -{ - check_expected(i); - return (gboolean)mock(); - return FALSE; -} +void ui_switch_win(ProfWin *win) {} void ui_next_win(void) {} void ui_previous_win(void) {} |