Remove comment too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-10-19 03:51:35 +00:00
parent 8596dc0b9b
commit dfc57effd1

View File

@@ -34,7 +34,6 @@ class TestListCtrl(wx.ListCtrl,
size=wx.DefaultSize, style=0):
wx.ListCtrl.__init__(self, parent, ID, pos, size, style)
# Divide remaining space over all columns
listmix.ListCtrlAutoWidthMixin.__init__(self)
self.Populate()
listmix.TextEditMixin.__init__(self)