examples/utils.c: also remove aubio_init here
authorPaul Brossier <piem@piem.org>
Sun, 1 Oct 2017 14:04:18 +0000 (16:04 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 1 Oct 2017 14:04:18 +0000 (16:04 +0200)
examples/utils.c

index a3723a6..39adef9 100644 (file)
@@ -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);