X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/894057d1dd154ad2ee06e911eef818c52789a576..cd95f7e65c4e1ee61a5d90eb13687ff468cb13ad:/src/univ/framuniv.cpp diff --git a/src/univ/framuniv.cpp b/src/univ/framuniv.cpp index 91c5a9d7eb..67a653c8cc 100644 --- a/src/univ/framuniv.cpp +++ b/src/univ/framuniv.cpp @@ -42,8 +42,6 @@ BEGIN_EVENT_TABLE(wxFrame, wxFrameBase) EVT_SYS_COLOUR_CHANGED(wxFrame::OnSysColourChanged) END_EVENT_TABLE() -IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow) - // ---------------------------------------------------------------------------- // ctors // ---------------------------------------------------------------------------- @@ -92,13 +90,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()