diff options
author | James Booth <boothj5@gmail.com> | 2015-01-15 00:02:42 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-01-15 00:02:42 +0000 |
commit | db9a2cf0ab40912d1d342b8ad3dfacbf8776411a (patch) | |
tree | e1ff8fed39b1aa90cd5617281458fd44bdda6810 /tests | |
parent | 3984c660b6c46533de5b03fd4ae583b68778bff7 (diff) | |
download | profani-tty-db9a2cf0ab40912d1d342b8ad3dfacbf8776411a.tar.gz |
Inlined ui_handle_special_keys
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui/stub_ui.c | 2 |
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); |