removed InitBase()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-10-31 14:11:41 +00:00
parent 06f6df7d46
commit 1074721428

View File

@ -462,9 +462,6 @@ bool wxWindowMSW::MSWCommand(WXUINT WXUNUSED(param), WXWORD WXUNUSED(id))
void wxWindowMSW::Init()
{
// generic
InitBase();
// MSW specific
m_isBeingDeleted = FALSE;
m_oldWndProc = NULL;