From: Paul Brossier Date: Fri, 23 Sep 2016 06:03:39 +0000 (+0200) Subject: python/ext/aubiomodule.c: remove duplicate add_generated_objects X-Git-Tag: 0.4.4~189 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=333a5bb32bf4cf0cf27c25017342c24deaadcfed;p=aubio.git python/ext/aubiomodule.c: remove duplicate add_generated_objects --- diff --git a/python/ext/aubiomodule.c b/python/ext/aubiomodule.c index 616dc759..917d0d2e 100644 --- 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);