X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/894057d1dd154ad2ee06e911eef818c52789a576..2028c33ab5a39a12bd410ac953731a56ad6377ba:/src/univ/framuniv.cpp diff --git a/src/univ/framuniv.cpp b/src/univ/framuniv.cpp index 91c5a9d7eb..cb7aa42d0b 100644 --- a/src/univ/framuniv.cpp +++ b/src/univ/framuniv.cpp @@ -92,13 +92,6 @@ void wxFrame::OnSize(wxSizeEvent& event) event.Skip(); } -void wxFrame::SendSizeEvent() -{ - wxSizeEvent event(GetSize(), GetId()); - event.SetEventObject(this); - GetEventHandler()->ProcessEvent(event); -} - #if wxUSE_MENUS void wxFrame::PositionMenuBar()