From ef6ece2352e739f843d9fc08d96d46b6467b83d6 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 31 Aug 2008 15:27:12 +0000 Subject: [PATCH] remove declaration for ctor which is never defined git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/notebook.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 060bf6dc7c..01b962694d 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -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 // ---------------------------------------------------------