Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tesselode committed Jan 4, 2025
1 parent 4f405b3 commit 4625bd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/kira/src/playback_state_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ impl PlaybackStateManager {
}
}

pub fn fade_volume(&self) -> Decibels {
self.volume_fade.value()
}

pub fn interpolated_fade_volume(&self, amount: f64) -> Decibels {
self.volume_fade.interpolated_value(amount)
}
Expand Down

0 comments on commit 4625bd2

Please sign in to comment.