]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
Removed unused commented-out define
[wxWidgets.git] / include / wx / notebook.h
index 060bf6dc7c10c8d6fb17429b0df2092bee626696..01b962694db5d176bd1f18a7b637395c6939ad43 100644 (file)
@@ -68,13 +68,6 @@ public:
 
     wxNotebookBase() { }
 
-    wxNotebookBase(wxWindow *parent,
-                   wxWindowID winid,
-                   const wxPoint& pos = wxDefaultPosition,
-                   const wxSize& size = wxDefaultSize,
-                   long style = 0,
-                   const wxString& name = wxNotebookNameStr) ;
-
     // wxNotebook-specific additions to wxBookCtrlBase interface
     // ---------------------------------------------------------