Recent changes in SWIG make this patch no longer necessary

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-11-13 18:42:38 +00:00
parent 9de2e75ad0
commit 5434ebd693
2 changed files with 0 additions and 25 deletions

View File

@@ -11,12 +11,6 @@ source tree soon.
------------------------------------------------------------------------
swig.python-2.patch Adds the ability to turn off the automatic
generation of __repr__ methods on a class
by class basis. Used in wxPython for
classes that have a __repr__ added in
%pythoncode directives. See SF Patch
#835471.