diff options
author | James Booth <boothj5@gmail.com> | 2015-10-26 22:43:32 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-26 22:43:32 +0000 |
commit | 8f45f332ade58b188f1f51d86304f525f1951647 (patch) | |
tree | 12b66b315da348b490609ade71d581bc16fcac8e /tests | |
parent | c99ff8d941ef5528cb228020936d6d6efcef6d20 (diff) | |
download | profani-tty-8f45f332ade58b188f1f51d86304f525f1951647.tar.gz |
Removed ui_chat_win_exists
Diffstat (limited to 'tests')
-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 3e8d532b..47e7e9e9 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -256,10 +256,6 @@ void ui_group_added(const char * const contact, const char * const group) {} void ui_group_removed(const char * const contact, const char * const group) {} void ui_chat_win_contact_online(PContact contact, Resource *resource, GDateTime *last_activity) {} void ui_chat_win_contact_offline(PContact contact, char *resource, char *status) {} -gboolean ui_chat_win_exists(const char * const barejid) -{ - return TRUE; -} void ui_contact_offline(char *barejid, char *resource, char *status) {} |