X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..8dd71e2b5181ea24c88cbdc5a921187260b045ae:/samples/layout/layout.h?ds=sidebyside diff --git a/samples/layout/layout.h b/samples/layout/layout.h index 83aca0d956..15fa044a8f 100644 --- a/samples/layout/layout.h +++ b/samples/layout/layout.h @@ -29,7 +29,6 @@ class MyFrame: public wxFrame MyWindow *canvas; MyFrame(wxFrame *frame, char *title, int x, int y, int w, int h); void OnSize(wxSizeEvent& event); - bool OnClose(void); void Draw(wxDC& dc, bool draw_bitmaps = TRUE); void LoadFile(wxCommandEvent& event); @@ -68,7 +67,6 @@ class SizerFrame: public wxFrame wxPanel *panel; SizerFrame(wxFrame *frame, char *title, int x, int y, int w, int h); void OnSize(wxSizeEvent& event); - bool OnClose(void); DECLARE_EVENT_TABLE() };