about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-15 00:02:42 +0000
committerJames Booth <boothj5@gmail.com>2015-01-15 00:02:42 +0000
commitdb9a2cf0ab40912d1d342b8ad3dfacbf8776411a (patch)
treee1ff8fed39b1aa90cd5617281458fd44bdda6810 /tests
parent3984c660b6c46533de5b03fd4ae583b68778bff7 (diff)
downloadprofani-tty-db9a2cf0ab40912d1d342b8ad3dfacbf8776411a.tar.gz
Inlined ui_handle_special_keys
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/stub_ui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c
index a4130279..cee10aa9 100644
--- a/tests/ui/stub_ui.c
+++ b/tests/ui/stub_ui.c
@@ -64,8 +64,6 @@ GSList* ui_get_chat_recipients(void)
     return NULL;
 }
 
-void ui_handle_special_keys(const wint_t ch, const int result) {}
-
 gboolean ui_switch_win(const int i)
 {
     check_expected(i);