]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menuitem.h
Fixed OS/2 compilation problems.
[wxWidgets.git] / include / wx / msw / menuitem.h
index 1be7c53921ee2999ed88a4b83ef1629730042a87..c848d5840a58f9b4b2021bf603f40bf3a8f53ad9 100644 (file)
@@ -51,10 +51,6 @@ public:
     virtual void Check(bool bDoCheck = TRUE);
     virtual bool IsChecked() const;
 
-#if wxUSE_ACCEL
-    virtual wxAcceleratorEntry *GetAccel() const;
-#endif // wxUSE_ACCEL
-
     // unfortunately needed to resolve ambiguity between
     // wxMenuItemBase::IsCheckable() and wxOwnerDrawn::IsCheckable()
     bool IsCheckable() const { return wxMenuItemBase::IsCheckable(); }