X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/716b736420b6f9722f44c53931ceeeb23e8e54e4..2f3ebe4c1ace83fb2d8a54616bc2e3b8442e7e00:/user/wxFile/wxFile.h diff --git a/user/wxFile/wxFile.h b/user/wxFile/wxFile.h index 93b5ef3291..9337c77db1 100644 --- a/user/wxFile/wxFile.h +++ b/user/wxFile/wxFile.h @@ -52,7 +52,6 @@ class MyFrame: public wxFrame public: MyFrame(void); - void OnSize( wxSizeEvent &event ); void OnCommand( wxCommandEvent &event ); void OnAbout( wxCommandEvent &event ); void OnView( wxCommandEvent &event ); @@ -63,7 +62,6 @@ class MyFrame: public wxFrame void OnTreeSelected( wxTreeEvent &event ); void OnTreeKeyDown( wxTreeEvent &event ); - wxToolBar *m_tb; wxSplitterWindow *m_splitter; wxFileCtrl *m_rightFile; wxFileCtrl *m_leftFile;