Fixing build

master
Ryan Summers 2021-01-30 15:07:26 +01:00
parent b73286c188
commit 9a1bb5da91
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ pub struct Settings {
impl Settings {
pub fn new() -> Self {
Self {
test: 5,
iir: [[iir::IIR::default(); IIR_CASCADE_LENGTH]; 2],
}
}