From 838168defc0a126af6333c5172159a6b44748385 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 12 Feb 2018 09:16:04 +0000 Subject: Restore documentation of function Fl_Mac_App_Menu::custom_application_menu_items() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12666 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_MacOS_Sys_Menu_Bar.mm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/Fl_MacOS_Sys_Menu_Bar.mm b/src/Fl_MacOS_Sys_Menu_Bar.mm index b5a9fba9a..0b6cb1896 100644 --- a/src/Fl_MacOS_Sys_Menu_Bar.mm +++ b/src/Fl_MacOS_Sys_Menu_Bar.mm @@ -505,12 +505,6 @@ int Fl_MacOS_Sys_Menu_Bar_Driver::insert(int index, const char* label, int short \see \ref osissues_macos for another way to localization. */ - -/** Adds custom menu item(s) to the application menu of the system menu bar. - They are positioned after the "Print Front Window" item, or at its place - if it was removed with Fl_Mac_App_Menu::print = "". - \param m zero-ending array of Fl_Menu_Item 's. - */ void Fl_Mac_App_Menu::custom_application_menu_items(const Fl_Menu_Item *m) { fl_open_display(); // create the system menu, if needed @@ -534,7 +528,6 @@ void Fl_Mac_App_Menu::custom_application_menu_items(const Fl_Menu_Item *m) } } - static void minimize_win_cb(Fl_Widget *, void *data) { [[NSApp mainWindow] miniaturize:nil]; -- cgit v1.2.3