X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1483e5db8d719803c2d04984fd5ad85176964e16..b04237742c51e022af8ca8fe8933437734f392a3:/include/wx/msw/frame.h diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index e43cc2247e..348853262a 100644 --- a/include/wx/msw/frame.h +++ b/include/wx/msw/frame.h @@ -107,9 +107,6 @@ public: // get the currently active menu: this is the same as the frame menu for // normal frames but is overridden by wxMDIParentFrame virtual WXHMENU MSWGetActiveMenu() const { return m_hMenu; } - - // find the item in our menu bar: this is again a hook for MDI frames - virtual wxMenuItem *MSWFindMenuBarItem(WXWORD id); #endif // wxUSE_MENUS protected: