aboutsummaryrefslogtreecommitdiff
path: root/swig
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2012-12-11 02:58:18 -0800
committerJamie Bullock <jamie@jamiebullock.com>2012-12-11 02:58:18 -0800
commit5c851ee14435257ca2c3e4bdda7e0df2ac4eb825 (patch)
tree1fa86a79b36105ae0e8a868b73b7fbf2e83fca2b /swig
parent0f46938156dedf13032bdb1fc914a63d46bae558 (diff)
parent577bf11644f47f68072f05b32a1e8164e0de306a (diff)
downloadLibXtract-5c851ee14435257ca2c3e4bdda7e0df2ac4eb825.tar.gz
LibXtract-5c851ee14435257ca2c3e4bdda7e0df2ac4eb825.tar.bz2
LibXtract-5c851ee14435257ca2c3e4bdda7e0df2ac4eb825.zip
Merge pull request #4 from tchajed/master
Fixing python bindings on Mac OS X
Diffstat (limited to 'swig')
-rw-r--r--swig/xtract.i7
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"