X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d7787243db8b594beeb41079a421a0e7a7fb933d..bfe5de86655664a546de1566673444fc98189235:/include/wx/univ/notebook.h?ds=sidebyside diff --git a/include/wx/univ/notebook.h b/include/wx/univ/notebook.h index 4c82009c99..907af319da 100644 --- a/include/wx/univ/notebook.h +++ b/include/wx/univ/notebook.h @@ -39,19 +39,14 @@ public: // ctors and such // -------------- - wxNotebook() { Init(); } + wxNotebook(); wxNotebook(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxString& name = wxNOTEBOOK_NAME) - { - Init(); - - (void)Create(parent, id, pos, size, style, name); - } + const wxString& name = wxNOTEBOOK_NAME); // quasi ctor bool Create(wxWindow *parent,