Clean up some commented out code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-10-09 07:36:05 +00:00
parent bdcf743e89
commit 6e1e506fd1

View File

@@ -46,12 +46,6 @@ def run():
# wx.AcceleratorEntry items or a 3-tuple containing the values to pass to
# the wx.AcceleratorEntry ctor.
# See EXPERIMENTAL in object.py...
# First ignore the fact that this class derives from wxObject. This is
# so there will not be any inherited virtuals, so SIP will not generate a
# derived class. That makes the adding of a new ctor easier.
#c.bases = []
# Ignore the current constructor
c.find('wxAcceleratorTable').findOverload('entries').ignore()