diff options
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index b361b5031a..8293e6508f 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -890,17 +890,6 @@ void check_mouse_termcode() } /* - * set screen mode, always fails. - */ -int mch_screenmode(arg) -char_u *arg; -{ - EMSG(_(e_screenmode)); - return FAIL; -} - - -/* * Try to get the current window size: * 1. with an ioctl(), most accurate method * 2. from the environment variables LINES and COLUMNS |