about summary refs log tree commit diff stats
path: root/tests/ui/stub_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/stub_ui.c')
-rw-r--r--tests/ui/stub_ui.c12
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) {}