remove debug code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-12-18 23:52:48 +00:00
parent 4b32f8c79e
commit f0db59f269

View File

@ -43,9 +43,6 @@ class TestTreeCtrlPanel(wx.Panel):
fileidx = il.Add(wx.ArtProvider_GetBitmap(wx.ART_NORMAL_FILE, wx.ART_OTHER, isz))
smileidx = il.Add(images.getSmilesBitmap())
b = images.getSmilesBitmap()
print b.GetSize()
self.tree.SetImageList(il)
self.il = il