diff options
author | James Booth <boothj5@gmail.com> | 2015-11-02 21:03:30 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-02 21:03:30 +0000 |
commit | df5b93987f3a157e49b3d9078044fd0d0e88f17c (patch) | |
tree | 2b2c4e09616287a6f3d43eb50c17dfd855fc9307 /tests | |
parent | 75bce88b8a6abef4d995291e8db3f2ac3013ee4c (diff) | |
download | profani-tty-df5b93987f3a157e49b3d9078044fd0d0e88f17c.tar.gz |
Removed ui_tidy_wins
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 217f315f..bc1c08b4 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -279,9 +279,6 @@ void ui_redraw_all_room_rosters(void) {} void ui_show_all_room_rosters(void) {} void ui_hide_all_room_rosters(void) {} -gboolean ui_tidy_wins(void) { - return TRUE; -} void ui_prune_wins(void) {} gboolean ui_swap_wins(int source_win, int target_win) { |