tests/: undo changes, removing calls to aubio_init
[aubio.git] / tests / src / temporal / test-c_weighting.c
index f06bed4..84380c9 100644 (file)
@@ -2,8 +2,6 @@
 
 int main (void)
 {
-  aubio_init();
-
   aubio_filter_t * f;
 
   uint_t rates[] = { 8000, 16000, 22050, 44100, 96000, 192000};
@@ -39,8 +37,6 @@ int main (void)
   }
   del_aubio_filter (f);
 
-  aubio_cleanup();
-  
   return 0;
 }