about summary refs log tree commit diff stats
path: root/tests/ui
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui')
-rw-r--r--tests/ui/stub_ui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c
index 4c53eae5..13820645 100644
--- a/tests/ui/stub_ui.c
+++ b/tests/ui/stub_ui.c
@@ -316,8 +316,7 @@ void ui_show_all_room_rosters(void) {}
 void ui_hide_all_room_rosters(void) {}
 
 gboolean ui_tidy_wins(void) {
-    // TODO: I'm assuming it should return true, but lack knowledge about the tests.
-    return TRUE; 
+    return TRUE;
 }
 void ui_prune_wins(void) {}
 gboolean ui_swap_wins(int source_win, int target_win)