remove OnSize handler which is in fact not needed now that width caching is

based on caching the client width changes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-11-22 07:13:39 +00:00
parent 93f1e6d330
commit bdc68939fb
2 changed files with 2 additions and 14 deletions

View File

@@ -92,7 +92,6 @@ public:
void SetBorderY(int y);
void OnPaint(wxPaintEvent& event);
void OnSize(wxSizeEvent& event);
void OnLeftDown(wxMouseEvent& event);
void OnRightDown(wxMouseEvent& event);