summaryrefslogtreecommitdiff
path: root/src/structs.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/structs.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/structs.h')
-rw-r--r--src/structs.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/structs.h b/src/structs.h
index a80de6a71..c94fa94e2 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -2530,9 +2530,6 @@ struct file_buffer
dev_t b_dev; // device number
ino_t b_ino; // inode number
#endif
-#ifdef FEAT_CW_EDITOR
- FSSpec b_FSSpec; // MacOS File Identification
-#endif
#ifdef VMS
char b_fab_rfm; // Record format
char b_fab_rat; // Record attribute
@@ -3790,15 +3787,6 @@ struct VimMenu
BPictureButton *button;
# endif
#endif
-#ifdef FEAT_GUI_MAC
-// MenuHandle id;
-// short index; // the item index within the father menu
- short menu_id; // the menu id to which this item belongs
- short submenu_id; // the menu id of the children (could be
- // get through some tricks)
- MenuHandle menu_handle;
- MenuHandle submenu_handle;
-#endif
#ifdef FEAT_GUI_PHOTON
PtWidget_t *id;
PtWidget_t *submenu_id;