examples/: define aubio_process_func_t once in utils.h
[aubio.git] / examples / parse_args.h
index 3bc5c67..0198230 100644 (file)
@@ -40,8 +40,6 @@ extern char_t * tempo_method;
 extern smpl_t silence_threshold;
 extern uint_t mix_input;
 
-typedef int (*aubio_process_func_t)(fvec_t * input, fvec_t * output);
-
 // functions defined in utils.c
 extern void examples_common_init (int argc, char **argv);
 extern void examples_common_del (void);