From: Robin Dunn Date: Mon, 8 Oct 2001 22:12:44 +0000 (+0000) Subject: Removed call to SubclassWin since it is already done in X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a7ae8fea4773cd9a4c06ffb5b3df564b546b2bb4 Removed call to SubclassWin since it is already done in MSWCreateControl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/notebook.cpp b/src/msw/notebook.cpp index a20bd933dd..379f7dea9f 100644 --- a/src/msw/notebook.cpp +++ b/src/msw/notebook.cpp @@ -185,8 +185,6 @@ bool wxNotebook::Create(wxWindow *parent, if ( parent != NULL ) parent->AddChild(this); - SubclassWin(m_hWnd); - return TRUE; }