diff options
author | James Booth <boothj5@gmail.com> | 2015-09-27 23:08:30 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-09-27 23:08:30 +0100 |
commit | 54e225aa5330b7a3c20bda38264e5ad0cfdfcdc5 (patch) | |
tree | 059b5e62ea42a173cad18dae4edf0cde535ed7de /tests/unittests/ui | |
parent | fe22fea9a81d097f8b4cda60d6a63db3a5220a5a (diff) | |
download | profani-tty-54e225aa5330b7a3c20bda38264e5ad0cfdfcdc5.tar.gz |
Added auto xa option, tidied autoaway code
Diffstat (limited to 'tests/unittests/ui')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index c22265b7..30afa087 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -315,8 +315,6 @@ gboolean ui_swap_wins(int source_win, int target_win) return FALSE; } -void ui_auto_away(void) {} -void ui_end_auto_away(resource_presence_t presence) {} void ui_titlebar_presence(contact_presence_t presence) {} void ui_handle_login_account_success(ProfAccount *account) {} void ui_update_presence(const resource_presence_t resource_presence, |