summaryrefslogtreecommitdiffstats
path: root/src/os_mswin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_mswin.c')
-rw-r--r--src/os_mswin.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/os_mswin.c b/src/os_mswin.c
index c7cfd27613..faa4c99dbd 100644
--- a/src/os_mswin.c
+++ b/src/os_mswin.c
@@ -742,17 +742,6 @@ mch_check_messages(void)
#endif
-/*
- * set screen mode, always fails.
- */
- int
-mch_screenmode(char_u *arg UNUSED)
-{
- emsg(_(e_screenmode));
- return FAIL;
-}
-
-
#if defined(FEAT_LIBCALL) || defined(PROTO)
/*
* Call a DLL routine which takes either a string or int param