X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9453cf2bd702241fabc417e9dd5cd7422bcd9966..3a922bb4bd8dbcb04e31e324648c2912e167e0cd:/src/mac/frame.cpp diff --git a/src/mac/frame.cpp b/src/mac/frame.cpp index fb3d2fee9f..8a589cbf54 100644 --- a/src/mac/frame.cpp +++ b/src/mac/frame.cpp @@ -225,19 +225,6 @@ void wxFrameMac::PositionStatusBar() } } -void wxFrameMac::SetMenuBar(wxMenuBar *menuBar) -{ - if (!menuBar) - { - return; - } - - m_frameMenuBar = menuBar; -// m_frameMenuBar->MacInstallMenuBar() ; - m_frameMenuBar->Attach((wxFrame *)this); -} - - // Responds to colour changes, and passes event on to children. void wxFrameMac::OnSysColourChanged(wxSysColourChangedEvent& event) {