diff options
Diffstat (limited to 'swig')
-rw-r--r-- | swig/xtract.i | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/swig/xtract.i b/swig/xtract.i index c4a6b95..9a05429 100644 --- a/swig/xtract.i +++ b/swig/xtract.i @@ -11,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" |