]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/glcanvas/samples/cube/cube.cpp
Added more makefiles
[wxWidgets.git] / utils / glcanvas / samples / cube / cube.cpp
index 6b4fc01e6eb1ca05d8a83e1631c97be6f84ebaf1..7a9735c98bb1c34adc9a714220781665e2ec0796 100644 (file)
@@ -78,11 +78,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)