aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-04-10 19:05:16 +0200
committerThomas Wienecke <wienecke.t@gmail.com>2014-05-03 17:41:05 +0200
commit3d9a3480dcf0fa25eae560e60eb27991fc9c442c (patch)
tree9adcc203b4d9ccc2407b7ccba238b68f942595d9 /src/ui.h
parentf58e888ce678378f1a70bbde4ea531cc88bea0dd (diff)
downloadrneovim-3d9a3480dcf0fa25eae560e60eb27991fc9c442c.tar.gz
rneovim-3d9a3480dcf0fa25eae560e60eb27991fc9c442c.tar.bz2
rneovim-3d9a3480dcf0fa25eae560e60eb27991fc9c442c.zip
Remove unused function ui_inchar_undo.
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index 56f2c3f628..6701d8eb0e 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -2,7 +2,6 @@
#define NEOVIM_UI_H
/* ui.c */
void ui_write(char_u *s, int len);
-void ui_inchar_undo(char_u *s, int len);
int ui_inchar(char_u *buf, int maxlen, long wtime, int tb_change_cnt);
int ui_char_avail(void);
void ui_delay(long msec, int ignoreinput);