X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c32ed26a2b5aab5b8ea3c40af69e22ead895a32..1bd122ddfa1d4d3e5f87ecb1e7dd317439fb6593:/include/wx/msw/menu.h diff --git a/include/wx/msw/menu.h b/include/wx/msw/menu.h index 852bb646a6..f19beacbf7 100644 --- a/include/wx/msw/menu.h +++ b/include/wx/msw/menu.h @@ -67,10 +67,7 @@ public: bool MSWCommand(WXUINT param, WXWORD id); - // semi-private accessors - // get the window which contains this menu - wxWindow *GetWindow() const; - // get the menu handle + // get the native menu handle WXHMENU GetHMenu() const { return m_hMenu; } #if wxUSE_ACCEL