]> git.saurik.com Git - wxWidgets.git/commitdiff
remove declaration for ctor which is never defined
authorPaul Cornett <paulcor@bullseye.com>
Sun, 31 Aug 2008 15:27:12 +0000 (15:27 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 31 Aug 2008 15:27:12 +0000 (15:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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
     // ---------------------------------------------------------