removed InitBase()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
06f6df7d46
commit
1074721428
@ -462,9 +462,6 @@ bool wxWindowMSW::MSWCommand(WXUINT WXUNUSED(param), WXWORD WXUNUSED(id))
|
|||||||
|
|
||||||
void wxWindowMSW::Init()
|
void wxWindowMSW::Init()
|
||||||
{
|
{
|
||||||
// generic
|
|
||||||
InitBase();
|
|
||||||
|
|
||||||
// MSW specific
|
// MSW specific
|
||||||
m_isBeingDeleted = FALSE;
|
m_isBeingDeleted = FALSE;
|
||||||
m_oldWndProc = NULL;
|
m_oldWndProc = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user