diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-04-10 19:07:04 +0200 |
---|---|---|
committer | Thomas Wienecke <wienecke.t@gmail.com> | 2014-05-03 17:41:05 +0200 |
commit | 68c12efed0411ae53034ac0095bf11e09b4a5385 (patch) | |
tree | ff1908597338580f59412193220636ab802a0dc6 /src/ui.h | |
parent | 3d9a3480dcf0fa25eae560e60eb27991fc9c442c (diff) | |
download | rneovim-68c12efed0411ae53034ac0095bf11e09b4a5385.tar.gz rneovim-68c12efed0411ae53034ac0095bf11e09b4a5385.tar.bz2 rneovim-68c12efed0411ae53034ac0095bf11e09b4a5385.zip |
Remove undefined function suspend_shell.
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ 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); void ui_suspend(void); -void suspend_shell(void); int ui_get_shellsize(void); void ui_set_shellsize(int mustset); void ui_breakcheck(void); |