0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.1215: Atari MiNT support is outdated

Problem:    Atari MiNT support is outdated.
Solution:   Nobody responded this code is still useful, so let's delete it.
This commit is contained in:
Bram Moolenaar
2020-07-14 23:02:44 +02:00
parent ceb56ddbaf
commit e3f915d12c
13 changed files with 47 additions and 453 deletions

View File

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