From bf9aeda01c0c134002d12eebaf1ffec7003417d6 Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Tue, 22 Apr 2014 16:34:30 +0200 Subject: Remove mch_screenmode, inline EMSG into ex_mode() --- src/os_unix.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/os_unix.c') 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 @@ -889,17 +889,6 @@ void check_mouse_termcode() del_mouse_termcode(KS_SGR_MOUSE); } -/* - * 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 -- cgit