diff --git a/wxPython/src/aui.i b/wxPython/src/aui.i index 9407d7cf40..be013847c5 100755 --- a/wxPython/src/aui.i +++ b/wxPython/src/aui.i @@ -253,12 +253,10 @@ The following example shows a simple implementation that utilizes } %extend wxDockUIPart { - wxDockUIPart() {} ~wxDockUIPart() {} } %extend wxPaneButton { - wxPaneButton() {} ~wxPaneButton() {} }