]> git.saurik.com Git - wxWidgets.git/commitdiff
Reverted accidental change
authorRobert Roebling <robert@roebling.de>
Fri, 18 Apr 2008 08:06:14 +0000 (08:06 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 18 Apr 2008 08:06:14 +0000 (08:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/erase/erase.cpp

index c3598618495dab819957fd7a541b579d66124a9c..94dd570ec49a50f0f76025118c2e69bab97ef71b 100644 (file)
@@ -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);