summaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 7e7820934..5f2ece3dd 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -3937,16 +3937,6 @@ check_mouse_termcode(void)
}
}
-/*
- * set screen mode, always fails.
- */
- int
-mch_screenmode(char_u *arg UNUSED)
-{
- emsg(_(e_screenmode));
- return FAIL;
-}
-
#ifndef VMS
/*