about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-04-30 22:43:08 +0100
committerJames Booth <boothj5@gmail.com>2015-04-30 22:43:08 +0100
commite11e55e31abced2f4e7fa332298485562adaf1ef (patch)
tree90ffc085585e311c4a6bef82f48f2b1e572e86e9 /tests
parentd68fb25ddef2f30c9d17991aa5d1d0e2a36d8386 (diff)
downloadprofani-tty-e11e55e31abced2f4e7fa332298485562adaf1ef.tar.gz
Move current win check to event, removed next and prev win functions
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/stub_ui.c3
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) {}