diff options
author | James Booth <boothj5@gmail.com> | 2015-11-02 21:05:21 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-02 21:05:21 +0000 |
commit | bcd19c6d16a3ff6892ad6aa41b68a2f97277239d (patch) | |
tree | 504fb39076709f3e208027f8ecac6f3bc7600744 /tests/unittests | |
parent | df5b93987f3a157e49b3d9078044fd0d0e88f17c (diff) | |
download | profani-tty-bcd19c6d16a3ff6892ad6aa41b68a2f97277239d.tar.gz |
Removed ui_swap_wins
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index bc1c08b4..b8414315 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -280,10 +280,6 @@ void ui_show_all_room_rosters(void) {} void ui_hide_all_room_rosters(void) {} void ui_prune_wins(void) {} -gboolean ui_swap_wins(int source_win, int target_win) -{ - return FALSE; -} void ui_handle_login_account_success(ProfAccount *account, int secured) {} void ui_update_presence(const resource_presence_t resource_presence, |