about summary refs log tree commit diff stats
path: root/src/ui/ui.h
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 /src/ui/ui.h
parent3984c660b6c46533de5b03fd4ae583b68778bff7 (diff)
downloadprofani-tty-db9a2cf0ab40912d1d342b8ad3dfacbf8776411a.tar.gz
Inlined ui_handle_special_keys
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 600f7fe0..8c9690d6 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -61,7 +61,6 @@ void ui_close(void);
 void ui_redraw(void);
 void ui_resize(void);
 GSList* ui_get_chat_recipients(void);
-void ui_handle_special_keys(const wint_t ch, const int result);
 gboolean ui_switch_win(const int i);
 void ui_next_win(void);
 void ui_previous_win(void);