From: Paul Brossier Date: Sun, 1 Oct 2017 14:04:18 +0000 (+0200) Subject: examples/utils.c: also remove aubio_init here X-Git-Tag: 0.4.6~6^2~4 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=ce5475207e4b3355ae3ab825a551a2845afa8825;p=aubio.git examples/utils.c: also remove aubio_init here --- diff --git a/examples/utils.c b/examples/utils.c index a3723a65..39adef9d 100644 --- a/examples/utils.c +++ b/examples/utils.c @@ -86,8 +86,6 @@ void examples_common_process (aubio_process_func_t process_func, void examples_common_init (int argc, char **argv) { - /* initialize statics */ - aubio_init(); /* parse command line arguments */ parse_args (argc, argv);