projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00819aa
)
ext/aubio-types.h: remove old channels from cvec
author
Paul Brossier
<piem@piem.org>
Thu, 21 Apr 2016 17:39:13 +0000
(19:39 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 21 Apr 2016 17:39:13 +0000
(19:39 +0200)
python/ext/aubio-types.h
patch
|
blob
|
history
diff --git
a/python/ext/aubio-types.h
b/python/ext/aubio-types.h
index
c206a8b
..
edce6d6
100644
(file)
--- 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;