diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-11 21:58:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-11 21:58:20 +0200 |
commit | 097148e849136b49052b1b5123c714fb1d74db9b (patch) | |
tree | d5b0bf4ce9b435be94de3ff7b87e85ae99c1e484 /src/os_mac.h | |
parent | 4301a729eabafee388aaf8465cf780d3f84cec95 (diff) | |
download | vim-git-097148e849136b49052b1b5123c714fb1d74db9b.tar.gz |
patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422
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.
Diffstat (limited to 'src/os_mac.h')
-rw-r--r-- | src/os_mac.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/os_mac.h b/src/os_mac.h index d052bb5d2..652460915 100644 --- a/src/os_mac.h +++ b/src/os_mac.h @@ -21,25 +21,6 @@ #endif /* - * Macintosh machine-dependent things. - * - * Include the Mac header files, unless also compiling with X11 (the header - * files have many conflicts). - */ -#ifdef FEAT_GUI_MAC -# include <Quickdraw.h> // Apple calls it QuickDraw.h... -# include <ToolUtils.h> -# include <LowMem.h> -# include <Scrap.h> -# include <Sound.h> -# include <TextUtils.h> -# include <Memory.h> -# include <OSUtils.h> -# include <Files.h> -# include <Script.h> -#endif - -/* * Unix interface */ #if defined(__APPLE_CC__) // for Project Builder and ... |