From: Robin Dunn Date: Tue, 19 Oct 2004 03:51:35 +0000 (+0000) Subject: Remove comment too X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dfc57effd1e238319ab557b3bf95c09970422836 Remove comment too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/ListCtrl_edit.py b/wxPython/demo/ListCtrl_edit.py index 10515eb486..eaa4ba0380 100644 --- a/wxPython/demo/ListCtrl_edit.py +++ b/wxPython/demo/ListCtrl_edit.py @@ -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)