X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9453cf2bd702241fabc417e9dd5cd7422bcd9966..ba0b7b323817e44903ba5ee199d17bbb166ed3d5:/src/mac/carbon/frame.cpp diff --git a/src/mac/carbon/frame.cpp b/src/mac/carbon/frame.cpp index fb3d2fee9f..8a589cbf54 100644 --- a/src/mac/carbon/frame.cpp +++ b/src/mac/carbon/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) {