]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/png/pngdemo.cpp
Added the forgotten file txtstrm.tex
[wxWidgets.git] / samples / png / pngdemo.cpp
index be10ff0534c0408b3398b97aff04645644473c73..da50f96d5daa893d50e6738948bde2ee40836694 100644 (file)
@@ -207,12 +207,4 @@ void MyCanvas::OnPaint(wxPaintEvent& WXUNUSED(event))
   }
 }
 
-// Define the behaviour for the frame closing
-// - must delete all frames except for the main one.
-bool MyFrame::OnClose(void)
-{
-  Show(FALSE);
-
-  return TRUE;
-}