From dfb7d826ac5d9a4332a0f673ec3a6e7d69a27f1b Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Sat, 5 Apr 2014 11:54:00 -0300 Subject: 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 --- src/os_unix.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/os_unix.h') diff --git a/src/os_unix.h b/src/os_unix.h index 2f592c50af..8bd1105721 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -37,7 +37,6 @@ void check_mouse_termcode(void); int mch_screenmode(char_u *arg); int mch_get_shellsize(void); void mch_set_shellsize(void); -void mch_new_shellsize(void); int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u ***file, int flags); -- cgit