X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b32f8c79e13296b23a5ca95114e8db2c313f053..58afa32bf44fa638712bf56d46776ff7424c5282:/wxPython/demo/TreeCtrl.py diff --git a/wxPython/demo/TreeCtrl.py b/wxPython/demo/TreeCtrl.py index 24c82291c5..397deb0a0a 100644 --- a/wxPython/demo/TreeCtrl.py +++ b/wxPython/demo/TreeCtrl.py @@ -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