]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/menu.h
Some OS/2 updates
[wxWidgets.git] / include / wx / univ / menu.h
index c8f14231eb37c7fd2cc766f6185de09e230ba83e..1f507c6303300c51cc07071b0ac85f81eed2fba3 100644 (file)
@@ -142,11 +142,7 @@ private:
 #endif // wxUSE_ACCEL
 
     // it calls out OnDismiss()
-#ifdef __WXMAC__
     friend class wxPopupMenuWindow;
-#else
-    friend wxPopupMenuWindow;
-#endif
     DECLARE_DYNAMIC_CLASS(wxMenu)
 };
 
@@ -278,11 +274,7 @@ private:
     bool m_shouldShowMenu;
 
     // it calls out ProcessMouseEvent()
-#ifdef __WXMAC__
     friend class wxPopupMenuWindow;
-#else
-    friend wxPopupMenuWindow;
-#endif
 
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxMenuBar)