]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed call to SubclassWin since it is already done in
authorRobin Dunn <robin@alldunn.com>
Mon, 8 Oct 2001 22:12:44 +0000 (22:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 8 Oct 2001 22:12:44 +0000 (22:12 +0000)
MSWCreateControl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/notebook.cpp

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