]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove debug code.
authorRobert Roebling <robert@roebling.de>
Sun, 17 Sep 2006 10:30:06 +0000 (10:30 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 17 Sep 2006 10:30:06 +0000 (10:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/treectlg.cpp

index b36a9c38e13b7bd44d6ac750c389f7e090929e0c..611a7ea7e47605c3b0daf069454c9dc0d355ba79 100644 (file)
@@ -2387,7 +2387,6 @@ void wxGenericTreeCtrl::PaintLevel( wxGenericTreeItem *item, wxDC &dc, int level
                 int yy = y_mid - image_h/2;
 
                 wxDCClipper clip(dc, xx, yy, image_w, image_h);
-                wxPrintf( wxT("hi\n") );
                 m_imageListButtons->Draw(image, dc, xx, yy,
                                          wxIMAGELIST_DRAW_TRANSPARENT);
             }