[Python] Remove deprecated and apparently useless defarg.swg
The only documentation is in the file itself and describes a Python wrapper around the C function defined here, but digging though the git history this Python wrapper doesn't seem to have ever actually been generated by SWIG. This file was also marked as deprecated in 2005. Fixes #2390 Fixes #2391
This commit is contained in:
parent
bc87fe151e
commit
6f3f4fbdf1
3 changed files with 10 additions and 39 deletions
|
|
@ -101,4 +101,3 @@ std_container.i general common code for the STD/STL containers
|
|||
|
||||
std_vectora.i vector + allocator (allocators are now supported in STD/STL)
|
||||
typemaps.i old in/out typemaps (doesn't need to be included)
|
||||
defarg.swg for processing default arguments with shadow classes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue