From a599a1b1b9f85986716fea9ed9ea4f11d218e6f8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 21 Apr 2016 19:39:13 +0200 Subject: [PATCH] ext/aubio-types.h: remove old channels from cvec --- python/ext/aubio-types.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.11.0