Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tesselode committed Nov 18, 2020
1 parent a2b538e commit 3d6f196
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion kira/src/manager/backend/mixer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use ringbuf::Producer;

use crate::{
command::MixerCommand,
mixer::effect::Effect,
mixer::{effect_slot::EffectSlot, SubTrackId, Track, TrackIndex, TrackSettings},
parameter::Parameters,
stereo_sample::StereoSample,
Expand Down
1 change: 0 additions & 1 deletion kira/src/manager/backend/sequences.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use crate::{
command::MetronomeCommand,
command::ParameterCommand,
command::{Command, SequenceCommand},
instance::InstanceId,
metronome::Metronome,
sequence::SequenceOutputCommand,
sequence::{Sequence, SequenceId},
Expand Down
3 changes: 1 addition & 2 deletions kira/src/manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use crate::{
},
parameter::{ParameterId, Tween},
sequence::{Sequence, SequenceId},
sound::{Sound, SoundId, SoundSettings},
sound::{Sound, SoundId},
tempo::Tempo,
value::Value,
Event,
Expand All @@ -28,7 +28,6 @@ use cpal::{
Stream,
};
use ringbuf::{Consumer, Producer, RingBuffer};
use std::path::Path;

const WRAPPER_THREAD_SLEEP_DURATION: f64 = 1.0 / 60.0;

Expand Down

0 comments on commit 3d6f196

Please sign in to comment.