From: Paul Brossier Date: Thu, 21 Apr 2016 17:39:13 +0000 (+0200) Subject: ext/aubio-types.h: remove old channels from cvec X-Git-Tag: 0.4.4~300^2~287 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a599a1b1b9f85986716fea9ed9ea4f11d218e6f8;p=aubio.git ext/aubio-types.h: remove old channels from cvec --- diff --git a/python/ext/aubio-types.h b/python/ext/aubio-types.h index c206a8bd..edce6d6e 100644 --- a/python/ext/aubio-types.h +++ b/python/ext/aubio-types.h @@ -50,7 +50,6 @@ typedef struct PyObject_HEAD cvec_t * o; uint_t length; - uint_t channels; } Py_cvec; extern PyTypeObject Py_cvecType;