summaryrefslogtreecommitdiffstats
path: root/libaf/af.c
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af.c')
-rw-r--r--libaf/af.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libaf/af.c b/libaf/af.c
index e4015727ac..0bc783e49c 100644
--- a/libaf/af.c
+++ b/libaf/af.c
@@ -32,8 +32,6 @@ extern af_info_t af_info_format;
extern af_info_t af_info_resample;
extern af_info_t af_info_volume;
extern af_info_t af_info_equalizer;
-extern af_info_t af_info_gate;
-extern af_info_t af_info_comp;
extern af_info_t af_info_pan;
extern af_info_t af_info_surround;
extern af_info_t af_info_sub;
@@ -60,8 +58,6 @@ static af_info_t* filter_list[]={
&af_info_resample,
&af_info_volume,
&af_info_equalizer,
- &af_info_gate,
- &af_info_comp,
&af_info_pan,
&af_info_surround,
&af_info_sub,