mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user