]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/erase/erase.cpp
added a period at the end of a sentence (test commit, really)
[wxWidgets.git] / 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);