]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/notebook.h
Applied patch [ 827399 ] sqltypes.h included without windows.h under Borland
[wxWidgets.git] / include / wx / univ / notebook.h
index 4c82009c99910f743725bf7be37c34aed64ab5f6..907af319da1894ad077313d4715449e532d0af62 100644 (file)
@@ -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,