summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_sweep.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/filter/af_sweep.c')
-rw-r--r--audio/filter/af_sweep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/filter/af_sweep.c b/audio/filter/af_sweep.c
index 5b1e9d39c1..c153d4261a 100644
--- a/audio/filter/af_sweep.c
+++ b/audio/filter/af_sweep.c
@@ -84,7 +84,6 @@ static int af_open(struct af_instance* af){
af->control=control;
af->uninit=uninit;
af->play=play;
- af->mul=1;
af->setup=calloc(1,sizeof(af_sweept));
return AF_OK;
}