summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-11 21:58:20 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-11 21:58:20 +0200
commit097148e849136b49052b1b5123c714fb1d74db9b (patch)
treed5b0bf4ce9b435be94de3ff7b87e85ae99c1e484 /src/proto.h
parent4301a729eabafee388aaf8465cf780d3f84cec95 (diff)
downloadvim-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/proto.h')
-rw-r--r--src/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proto.h b/src/proto.h
index e894987ba..e715ca41b 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -323,9 +323,6 @@ extern char *vim_SelFile(Widget toplevel, char *prompt, char *init_path, int (*s
# ifdef FEAT_GUI_HAIKU
# include "gui_haiku.pro"
# endif
-# ifdef FEAT_GUI_MAC
-# include "gui_mac.pro"
-# endif
# ifdef FEAT_GUI_X11
# include "gui_x11.pro"
# endif