Skip to content

Commit 7359322

Browse files
committed
remove redundant type aliases
1 parent 30f4621 commit 7359322

File tree

1 file changed

+0
-3
lines changed
  • crates/firewheel-nodes/src

1 file changed

+0
-3
lines changed

crates/firewheel-nodes/src/svf.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ pub const DEFAULT_MAX_Q: f32 = 40.0;
3131
pub const DEFAULT_MIN_GAIN_DB: f32 = -24.0;
3232
pub const DEFAULT_MAX_GAIN_DB: f32 = 24.0;
3333

34-
pub type SvfMonoNode = SvfNode<1>;
35-
pub type SvfStereoNode = SvfNode<2>;
36-
3734
/// The configuration for an [`SvfNode`]
3835
#[derive(Debug, Clone, PartialEq)]
3936
#[cfg_attr(feature = "bevy", derive(bevy_ecs::prelude::Component))]

0 commit comments

Comments
 (0)