ext/aubio-types.h: remove old channels from cvec
authorPaul Brossier <piem@piem.org>
Thu, 21 Apr 2016 17:39:13 +0000 (19:39 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 21 Apr 2016 17:39:13 +0000 (19:39 +0200)
python/ext/aubio-types.h

index c206a8b..edce6d6 100644 (file)
@@ -50,7 +50,6 @@ typedef struct
   PyObject_HEAD
   cvec_t * o;
   uint_t length;
-  uint_t channels;
 } Py_cvec;
 extern PyTypeObject Py_cvecType;