]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/menu.h
build fix. Need the full declaration for CLASSINFO().
[wxWidgets.git] / include / wx / mac / menu.h
index 98b840a56fd6e399c03be8b41b72c56be8cf89b4..39b0f0a918806ac0bbbf89e2332d6bb03bfa0bba 100644 (file)
@@ -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;