From: Robert Roebling Date: Fri, 18 Apr 2008 08:06:14 +0000 (+0000) Subject: Reverted accidental change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/32cb55b0bb073f1cc86b1db5c7ccf911108bfc5d?ds=inline Reverted accidental change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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);