]> git.saurik.com Git - wxWidgets.git/commitdiff
remove ununsed member
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 16 Feb 2011 16:37:24 +0000 (16:37 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 16 Feb 2011 16:37:24 +0000 (16:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/menuitem.h

index 875831f0ab652e1964401ba7494e3549adfc77f6..e4f53c86e84cb79040b17759aca2a4b463631f41 100644 (file)
@@ -74,7 +74,6 @@ private:
     bool m_isRadioGroupStart;
 
     wxBitmap  m_bitmap; // Bitmap for menuitem, if any
-    void* m_menu ; // the appropriate menu , may also be a system menu
 
     wxMenuItemImpl* m_peer;