tests/: undo changes, removing calls to aubio_init
[aubio.git] / tests / src / onset / test-onset.c
index a305556..d1476b0 100644 (file)
@@ -3,8 +3,6 @@
 
 int main (int argc, char **argv)
 {
-  aubio_init();
-  
   uint_t err = 0;
   if (argc < 2) {
     err = 2;