Skip to content

Commit

Permalink
Removes redundant imports on audio.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TrveFenris committed Dec 17, 2020
1 parent c97f6f6 commit d771765
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/audio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ use std::time;
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::Arc;

use mint;
use rodio;

use crate::context::Context;
use crate::error::GameError;
use crate::error::GameResult;
Expand Down

0 comments on commit d771765

Please sign in to comment.