X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a277ceb2b70bb23fedc1d427edcf4fae5371590..d1fe917ba097fd8039a4340d1d82115f72cbbd91:/include/wx/os2/menuitem.h diff --git a/include/wx/os2/menuitem.h b/include/wx/os2/menuitem.h index 8436d0d006..33a41cef62 100644 --- a/include/wx/os2/menuitem.h +++ b/include/wx/os2/menuitem.h @@ -60,10 +60,6 @@ public: virtual void Check(bool bDoCheck = TRUE); virtual bool IsChecked(void) const; -#if wxUSE_ACCEL - virtual wxAcceleratorEntry* GetAccel(void) const; -#endif // wxUSE_ACCEL - // unfortunately needed to resolve ambiguity between // wxMenuItemBase::IsCheckable() and wxOwnerDrawn::IsCheckable() bool IsCheckable(void) const { return wxMenuItemBase::IsCheckable(); }