X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b0ec34b1a083595a606b3eb04f4b64bc69955b8..f9e45bd7de9f91efec4edbc0889ea6b2903eaa90:/src/os2/frame.cpp diff --git a/src/os2/frame.cpp b/src/os2/frame.cpp index 457b712767..dbc1e6be98 100644 --- a/src/os2/frame.cpp +++ b/src/os2/frame.cpp @@ -1109,15 +1109,6 @@ void wxFrame::OnActivate( } } // end of wxFrame::OnActivate -void wxFrame::RemoveChild( - wxWindowBase* pChild -) -{ - if (pChild == m_pWinLastFocused) - m_pWinLastFocused = NULL; - wxFrameBase::RemoveChild(pChild); -} // end of wxFrame::RemoveChild - // ---------------------------------------------------------------------------- // wxFrame size management: we exclude the areas taken by menu/status/toolbars // from the client area, so the client area is what's really available for the