Fixing build
This commit is contained in:
parent
b73286c188
commit
9a1bb5da91
|
@ -34,7 +34,6 @@ pub struct Settings {
|
|||
impl Settings {
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
test: 5,
|
||||
iir: [[iir::IIR::default(); IIR_CASCADE_LENGTH]; 2],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue