X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4f03d8798648492bbe7ddb2f0531e7ed7929f84..57bf907d8e45ced18486d74c04f41c06034b7e65:/samples/erase/erase.cpp?ds=sidebyside diff --git a/samples/erase/erase.cpp b/samples/erase/erase.cpp index c359861849..94dd570ec4 100644 --- a/samples/erase/erase.cpp +++ b/samples/erase/erase.cpp @@ -353,8 +353,6 @@ void MyCanvas::OnEraseBackground( wxEraseEvent& event ) { dc.DrawLine(0, y, size.x, y); } - - wxPrintf( "hello\n" ); dc.SetTextForeground(*wxRED); dc.DrawText(_T("This text is drawn from OnEraseBackground"), 60, 160);