diff --git a/src/sounds.rs b/src/sounds.rs index e00dea1..31ea553 100644 --- a/src/sounds.rs +++ b/src/sounds.rs @@ -1,8 +1,6 @@ use ears::{AudioController, Sound}; use log::error; - - pub const MARKET_ORDER_PLACED_PATH: &str = "sounds/smas-smb3_goal.wav"; pub const LOSS_TO_BREAK_EVEN_PATH: &str = "sounds/smw2_boing.wav"; pub const MIN_PROFIT_SOUND_PATH: &str = "sounds/smw_1-up.wav";