Skip to content

Commit ee895f4

Browse files
committed
remove unused effects/generators
1 parent 4c28e26 commit ee895f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
#![feature(portable_simd)]
33
#![feature(panic_payload_as_str)]
44

5-
use crate::dynamics::LocalDynamics;
6-
use crate::exact::ExactOut;
75
use crate::fantasy::Fantasy;
86
use crate::noise_reduction::NoiseReduction;
97
use crate::vocoder::Vocoder;
10-
use crate::windy::WindySynth;
118

129
pub mod fmod;
1310
pub mod raw_bindings;
@@ -23,4 +20,4 @@ mod exact;
2320
mod fantasy;
2421
mod vocoder;
2522

26-
expose_dsp_list!(WindySynth, LocalDynamics, NoiseReduction, ExactOut, Fantasy, Vocoder);
23+
expose_dsp_list!(NoiseReduction, Fantasy, Vocoder);

0 commit comments

Comments
 (0)