diff options
author | James Booth <boothj5@gmail.com> | 2015-04-30 23:38:28 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-04-30 23:38:28 +0100 |
commit | 0bd642edf8d943485871082c2678b0662e1dd5db (patch) | |
tree | b5ed09aceb749904eaa546333130c804f9f87f66 /tests | |
parent | a3a4b6267b02d69761e64403aa131553c946fa96 (diff) | |
parent | e11e55e31abced2f4e7fa332298485562adaf1ef (diff) | |
download | profani-tty-0bd642edf8d943485871082c2678b0662e1dd5db.tar.gz |
Merge branch 'master' into pgp
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui/stub_ui.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index 1f812781..cee81872 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -66,9 +66,6 @@ GSList* ui_get_chat_recipients(void) void ui_switch_win(ProfWin *win) {} -void ui_next_win(void) {} -void ui_previous_win(void) {} - void ui_gone_secure(const char * const barejid, gboolean trusted) {} void ui_gone_insecure(const char * const barejid) {} void ui_trust(const char * const barejid) {} |