]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
check for self-assignment in operator=
[wxWidgets.git] / include / wx / msw / frame.h
index e43cc2247e3ad6e5679b4c6da4bf298de5a92bd1..348853262afa6d1e77e50492601fe583cb4ce8bd 100644 (file)
@@ -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: