]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/glcanvas/samples/penguin/penguin.cpp
Added more makefiles; fixed some samples for Cygwin
[wxWidgets.git] / utils / glcanvas / samples / penguin / penguin.cpp
index aed5156e5b21e0121c40522a86bf448c414cc5b1..f4a118daa2e4903c989b63c3d27b22bf29b5eae0 100644 (file)
@@ -76,11 +76,6 @@ void MyFrame::OnExit(wxCommandEvent& event)
     Destroy();
 }
 
-bool MyFrame::OnClose(void)
-{
-    return TRUE;
-}
-
 BEGIN_EVENT_TABLE(TestGLCanvas, wxGLCanvas)
     EVT_SIZE(TestGLCanvas::OnSize)
     EVT_PAINT(TestGLCanvas::OnPaint)