]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/printing/printing.cpp
Convert back to UNIX line endings (again)
[wxWidgets.git] / samples / printing / printing.cpp
index 95d65c86d366af4620f236b42cc59392be8bfa00..827ed78269d0fc2c764b569f7f751445f7c6f328 100644 (file)
@@ -66,10 +66,6 @@ IMPLEMENT_APP(MyApp)
 // Writes a header on a page. Margin units are in millimetres.
 bool WritePageHeader(wxPrintout *printout, wxDC *dc, wxChar *text, float mmToLogical);
 
-MyApp::MyApp()
-{
-}
-
 // The `main program' equivalent, creating the windows and returning the
 // main frame
 bool MyApp::OnInit(void)
@@ -340,10 +336,6 @@ MyCanvas::MyCanvas(wxFrame *frame, const wxPoint& pos, const wxSize& size, long
     SetBackgroundColour(* wxWHITE);
 }
 
-MyCanvas::~MyCanvas(void)
-{
-}
-
 // Define the repainting behaviour
 void MyCanvas::OnDraw(wxDC& dc)
 {