X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e75491071dbefcada61175e3eb89ce4edf335983..5541d1fda4b73af86e42b2f43724f0c063a352d0:/include/wx/mac/menu.h?ds=sidebyside diff --git a/include/wx/mac/menu.h b/include/wx/mac/menu.h index 98b840a56f..39b0f0a918 100644 --- a/include/wx/mac/menu.h +++ b/include/wx/mac/menu.h @@ -74,9 +74,6 @@ public: // get the menu handle WXHMENU GetHMenu() const { return m_hMenu; } - // attach/detach menu to/from wxMenuBar - void Attach(wxMenuBar *menubar); - void Detach(); short MacGetMenuId() { return m_macMenuId ; } #if wxUSE_ACCEL // called by wxMenuBar to build its accel table from the accels of all menus @@ -192,8 +189,6 @@ protected: wxArrayString m_titles; - wxFrame *m_menuBarFrame; - #if wxUSE_ACCEL // the accelerator table for all accelerators in all our menus wxAcceleratorTable m_accelTable;