X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/baac715443ebb90983c07cd1d29640a0b6410c53..08670ea85abf4b4946a9ce64971b591d7b1ee30b:/src/osx/carbon/frame.cpp?ds=sidebyside diff --git a/src/osx/carbon/frame.cpp b/src/osx/carbon/frame.cpp index 451ac4a964..e7c53a27aa 100644 --- a/src/osx/carbon/frame.cpp +++ b/src/osx/carbon/frame.cpp @@ -51,7 +51,6 @@ bool wxFrame::Create(wxWindow *parent, long style, const wxString& name) { - if ( !wxTopLevelWindow::Create(parent, id, title, pos, size, style, name) ) return false;