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