From b7b7742da5ee462d18e4b90e054f95bce48b64f6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 6 Oct 2006 00:52:55 +0000 Subject: [PATCH] don't inject constructors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/aui.i | 2 -- 1 file changed, 2 deletions(-) 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() {} } -- 2.50.0