diff options
Diffstat (limited to 'swig')
-rw-r--r-- | swig/xtract.i | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/swig/xtract.i b/swig/xtract.i index 74335c1..9a05429 100644 --- a/swig/xtract.i +++ b/swig/xtract.i @@ -1,8 +1,6 @@ %module xtract %include typemaps.i -/* %include carrays.i -*/ %{ #include "xtract/xtract_scalar.h" @@ -13,11 +11,6 @@ #include "xtract/libxtract.h" %} -/* Ensure filterbank gets freed */ -/** FIX: This doesn't work, or I'm not using properly. For now just add an explicit call to destroy_filterbank() in the target code */ -%newobject create_filterbank; -%delobject destroy_filterbank; - /* %typemap(javabase) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE [], SWIGTYPE (CLASS::*) "SWIG" |