updated for version 7.0116
diff --git a/src/gui_mac.c b/src/gui_mac.c
index 8f54249..f01dc86 100644
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -3936,8 +3936,11 @@
}
+/*
+ * Adjust gui.char_height (after 'linespace' was changed).
+ */
int
-gui_mch_adjust_charsize()
+gui_mch_adjust_charheight()
{
FontInfo font_info;
@@ -4092,19 +4095,6 @@
TextFont(font & 0xFFFF);
}
-#if 0 /* not used */
-/*
- * Return TRUE if the two fonts given are equivalent.
- */
- int
-gui_mch_same_font(f1, f2)
- GuiFont f1;
- GuiFont f2;
-{
- return f1 == f2;
-}
-#endif
-
/*
* If a font is not going to be used, free its structure.
*/
@@ -5107,10 +5097,7 @@
int flag;
{
/*
- * Menu is always active in itself
- * (maybe we should only disable a vim menu
- * and keep standard menu)
- *
+ * Menu is always active.
*/
}
@@ -5122,9 +5109,7 @@
int h;
{
/*
- * The menu is always at the top of the screen
- * Maybe a futur version will permit a menu in the window
- *
+ * The menu is always at the top of the screen.
*/
}