]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
add PostSizeEvent() and use it in wxMSW status bar code (#9795)
[wxWidgets.git] / src / common / framecmn.cpp
index f09e2c67cc704fa565040cc7018830cf14a125d2..61efbb6cf699a34e54616384468517978f817bb7 100644 (file)
@@ -170,15 +170,6 @@ wxPoint wxFrameBase::GetClientAreaOrigin() const
     return pt;
 }
 
-
-void wxFrameBase::SendSizeEvent()
-{
-    wxSizeEvent event( GetSize(), GetId() );
-    event.SetEventObject( this );
-    GetEventHandler()->AddPendingEvent( event );
-}
-
-
 // ----------------------------------------------------------------------------
 // misc
 // ----------------------------------------------------------------------------