removed debug code that got left in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6a1836a0a4
commit
60be92e035
@ -58,7 +58,6 @@ class MagicImageList:
|
|||||||
else:
|
else:
|
||||||
index = self.__magicImageList.Add( icon, mask )
|
index = self.__magicImageList.Add( icon, mask )
|
||||||
else:
|
else:
|
||||||
print icon.__class__.__name__
|
|
||||||
raise ValueError("Unexpected icon object %s, "
|
raise ValueError("Unexpected icon object %s, "
|
||||||
"expected wxIcon or wxBitmap" % (icon))
|
"expected wxIcon or wxBitmap" % (icon))
|
||||||
self.__magicImageListMapping [id (icon)] = index
|
self.__magicImageListMapping [id (icon)] = index
|
||||||
|
Loading…
Reference in New Issue
Block a user