patch 8.2.1422: the Mac GUI implementation is outdated

Problem:    The Mac GUI implementation is outdated and probably doesn't even
            work.
Solution:   Remove the Mac GUI code.  The MacVim project provides the
            supported Vim GUI version.
This commit is contained in:
Bram Moolenaar
2020-08-11 21:58:20 +02:00
parent 4301a729ea
commit 097148e849
26 changed files with 48 additions and 7264 deletions

View File

@@ -17,7 +17,7 @@
#include "vim.h"
#if !defined(FEAT_GUI_MAC) && !defined(PROTO)
#if !defined(PROTO)
# include <CoreServices/CoreServices.h>
#endif