Remove mch_screenmode, inline EMSG into ex_mode()

This commit is contained in:
Stefan Hoffmann
2014-04-22 16:34:30 +02:00
committed by Thiago de Arruda
parent 3f38c384ef
commit bf9aeda01c
4 changed files with 6 additions and 20 deletions

View File

@@ -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