projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6230d8
)
python/ext/aubiomodule.c: remove duplicate add_generated_objects
author
Paul Brossier
<piem@piem.org>
Fri, 23 Sep 2016 06:03:39 +0000
(08:03 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 23 Sep 2016 06:03:39 +0000
(08:03 +0200)
python/ext/aubiomodule.c
patch
|
blob
|
history
diff --git
a/python/ext/aubiomodule.c
b/python/ext/aubiomodule.c
index
616dc75
..
917d0d2
100644
(file)
--- a/
python/ext/aubiomodule.c
+++ b/
python/ext/aubiomodule.c
@@
-74,7
+74,6
@@
static char Py_min_removal_doc[] = ""
"\n"
">>> min_removal(a)";
-extern void add_generated_objects ( PyObject *m );
extern void add_ufuncs ( PyObject *m );
extern int generated_types_ready(void);