X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0ed460c2e7802793d591c84f3cfdbff159c5549..fc5a93cd09d1cb7e76b3aaea03d980f133801532:/samples/grid/test.cpp diff --git a/samples/grid/test.cpp b/samples/grid/test.cpp index ceb64fce1e..7662b5b09c 100644 --- a/samples/grid/test.cpp +++ b/samples/grid/test.cpp @@ -40,8 +40,6 @@ class MyFrame: public wxFrame wxGrid *grid; MyFrame(wxFrame *frame, const wxString& title, const wxPoint& pos, const wxSize& size); - bool OnClose(void) { return TRUE; } - void ToggleEditable(wxCommandEvent& event); void ToggleRowLabel(wxCommandEvent& event); void ToggleColLabel(wxCommandEvent& event);