X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b225f65995e9eccefe9b502568b1b8e40629cd1a..31a06b07cce898a22d0ca3992501e85da9c22f13:/src/msw/notebook.cpp?ds=inline 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; }