summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-06-19 14:29:43 +0000
committerBram Moolenaar <Bram@vim.org>2007-06-19 14:29:43 +0000
commite02d7b2a219f8350baefb9f200420821e5b99db9 (patch)
tree6e965c5cb35e27df4cd592934b8b47bdc10e68fb /src/gui.h
parent512e6b838a1576ac3fc3fba5f6ff2ba25864d511 (diff)
downloadvim-git-e02d7b2a219f8350baefb9f200420821e5b99db9.tar.gz
updated for version 7.1-007v7.1.007
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui.h b/src/gui.h
index 719b8b5cb..e4ee182bc 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -460,7 +460,6 @@ typedef struct Gui
WindowPtr VimWindow;
MenuHandle MacOSHelpMenu; /* Help menu provided by the MacOS */
int MacOSHelpItems; /* Nr of help-items supplied by MacOS */
- int MacOSHaveCntxMenu; /* Contextual menu available */
WindowPtr wid; /* Window id of text area */
int visibility; /* Is window partially/fully obscured? */
#endif