Skip to content

Commit

Permalink
Remove an unsupported click sound
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayGarin committed May 27, 2020
1 parent cda80ad commit 939ba1e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions assets/sounds/LINKS.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
error - https://freesound.org/people/ecfike/sounds/135125/
click1 - https://freesound.org/people/kwahmah_02/sounds/256116/
click2 - https://freesound.org/people/OtisJames/sounds/215772/
click3 - https://freesound.org/people/Rudmer_Rotteveel/sounds/457454/
click1 - https://freesound.org/people/OtisJames/sounds/215772/
click2 - https://freesound.org/people/Rudmer_Rotteveel/sounds/457454/
sticky - don't remember also from freesound
Binary file modified assets/sounds/click1.wav
Binary file not shown.
Binary file modified assets/sounds/click2.wav
Binary file not shown.
Binary file removed assets/sounds/click3.wav
Binary file not shown.
2 changes: 0 additions & 2 deletions src/effects/dj.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ lazy_static::lazy_static! {
[
(KSnd::Click1, format!("{}/click1.wav", snds_dir)),
(KSnd::Click2, format!("{}/click2.wav", snds_dir)),
(KSnd::Click3, format!("{}/click3.wav", snds_dir)),
(KSnd::Sticky, format!("{}/sticky.wav", snds_dir)),
(KSnd::Error, format!("{}/error.wav", snds_dir)),
].iter().cloned().collect()
Expand All @@ -55,7 +54,6 @@ lazy_static::lazy_static! {
pub enum KSnd {
Click1,
Click2,
Click3,
Sticky,
Error,
}
Expand Down

0 comments on commit 939ba1e

Please sign in to comment.