summaryrefslogtreecommitdiffstats
path: root/src/os_amiga.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-17 19:32:20 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-17 19:32:20 +0100
commit3c71aec6966da0ebefc451ded4fbc43f426654f3 (patch)
treeb284dbd59d9a59390ab9600a3df9a9361b7cde6a /src/os_amiga.c
parent109ef128bd6efc8e1fb91a2a51357fcb19897698 (diff)
patch 8.2.0125: :mode no longer works for any systemv8.2.0125
Problem: :mode no longer works for any system. Solution: Always give an error message.
Diffstat (limited to 'src/os_amiga.c')
-rw-r--r--src/os_amiga.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/os_amiga.c b/src/os_amiga.c
index 4cf39e15d1..1e3fd4b201 100644
--- a/src/os_amiga.c
+++ b/src/os_amiga.c
@@ -989,16 +989,6 @@ mch_settmode(int tmode)
}
/*
- * set screen mode, always fails.
- */
- int
-mch_screenmode(char_u *arg)
-{
- emsg(_(e_screenmode));
- return FAIL;
-}
-
-/*
* Code for this routine came from the following :
*
* ConPackets.c - C. Scheppner, A. Finkel, P. Lindsay CBM