]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/grid/test.cpp
GetItem() doesn't ignore column number any more
[wxWidgets.git] / samples / grid / test.cpp
index ceb64fce1e16a471ebf57010c12c9e99ae5a60c1..7662b5b09c2993c7d8c897804afc875f408ea50b 100644 (file)
@@ -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);