Remove RealWaitForChar and mch_new_shellsize

The last occurrence of `RealWaitForChar` was replaced by the `os_microdelay`
function. `mch_new_shellsize` had an empty body, so there seems to be no reason
for keeping it around
This commit is contained in:
Thiago de Arruda
2014-04-05 11:54:00 -03:00
parent f8970e1c7c
commit dfb7d826ac
5 changed files with 2 additions and 151 deletions

View File

@@ -10,7 +10,6 @@ void ui_suspend(void);
void suspend_shell(void);
int ui_get_shellsize(void);
void ui_set_shellsize(int mustset);
void ui_new_shellsize(void);
void ui_breakcheck(void);
void clip_init(int can_use);
void clip_update_selection(VimClipboard *clip);