diff src/gui.h @ 1292:66e40876590b v7.1.007

updated for version 7.1-007
author vimboss
date Tue, 19 Jun 2007 14:29:43 +0000
parents 3acf7c922a04
children 73fe8baea242
line wrap: on
line diff
--- 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