applied 1661995 (somehow this didn't get applied to the 2.8 branch)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams
2007-03-12 10:37:45 +00:00
parent bdbaa5280d
commit 711bdb6a28

View File

@@ -331,11 +331,6 @@ void wxAuiMDIParentFrame::DoHandleMenu(wxCommandEvent& event)
{ {
return; // failure return; // failure
} }
else
{
delete m_pActiveChild;
m_pActiveChild = NULL;
}
} }
break; break;
case wxWINDOWNEXT: case wxWINDOWNEXT: