From dfc57effd1e238319ab557b3bf95c09970422836 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 19 Oct 2004 03:51:35 +0000 Subject: [PATCH] Remove comment too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/ListCtrl_edit.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.45.2