X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbf1f0e5cffb8c01696eb26e254857a61f017d70..9fb35cf18009442686df164132c451479c98d536:/samples/joytest/joytest.h diff --git a/samples/joytest/joytest.h b/samples/joytest/joytest.h index 68c4f68075..afa8a21a86 100644 --- a/samples/joytest/joytest.h +++ b/samples/joytest/joytest.h @@ -40,7 +40,6 @@ class MyFrame: public wxFrame MyCanvas *canvas; MyFrame(wxFrame *parent, const wxString& title, const wxPoint& pos, const wxSize& size, const long style); ~MyFrame(void); - bool OnClose(void); void OnActivate(wxActivateEvent& event); void OnQuit(wxCommandEvent& event);