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
This commit is contained in:
Robin Dunn 2001-10-08 22:12:44 +00:00
parent 4649b5eded
commit a7ae8fea47

View File

@ -185,8 +185,6 @@ bool wxNotebook::Create(wxWindow *parent,
if ( parent != NULL )
parent->AddChild(this);
SubclassWin(m_hWnd);
return TRUE;
}