From 4a02c57135cbd823204c6362004a3656fd74a295 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 3 Aug 2012 02:04:51 +0200 Subject: AF: remove af_stats This was not very useful. --- libaf/af.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libaf/af.c') diff --git a/libaf/af.c b/libaf/af.c index b60e572bb4..7596376a99 100644 --- a/libaf/af.c +++ b/libaf/af.c @@ -47,7 +47,6 @@ extern af_info_t af_info_center; extern af_info_t af_info_sinesuppress; extern af_info_t af_info_karaoke; extern af_info_t af_info_scaletempo; -extern af_info_t af_info_stats; extern af_info_t af_info_bs2b; static af_info_t* filter_list[]={ @@ -77,7 +76,6 @@ static af_info_t* filter_list[]={ &af_info_sinesuppress, &af_info_karaoke, &af_info_scaletempo, - &af_info_stats, #ifdef CONFIG_LIBBS2B &af_info_bs2b, #endif -- cgit v1.2.3