summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-14 23:02:44 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-14 23:02:44 +0200
commite3f915d12c8fe0466918a29ab4eaef153f71a2cd (patch)
tree40dbefda787ad5025343d543a1bf7d2b90c99d13 /src/vim.h
parentceb56ddbafbca01e52ff4291d9480bf83d739793 (diff)
downloadvim-git-e3f915d12c8fe0466918a29ab4eaef153f71a2cd.tar.gz
patch 8.2.1215: Atari MiNT support is outdatedv8.2.1215
Problem: Atari MiNT support is outdated. Solution: Nobody responded this code is still useful, so let's delete it.
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vim.h b/src/vim.h
index a0fa629ea..1001117b1 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -264,10 +264,6 @@
# include "os_win32.h"
#endif
-#ifdef __MINT__
-# include "os_mint.h"
-#endif
-
#if defined(MACOS_X)
# include "os_mac.h"
#endif