From 8a8024aadbdfc57722d57f54c73dff72c5c10f87 Mon Sep 17 00:00:00 2001 From: fd Date: Fri, 27 Feb 2015 00:38:47 -0500 Subject: [PATCH] Nevermind --- src/itdelatrisu/opsu/audio/SoundController.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/itdelatrisu/opsu/audio/SoundController.java b/src/itdelatrisu/opsu/audio/SoundController.java index 7fbcc023..fe9fc5e2 100644 --- a/src/itdelatrisu/opsu/audio/SoundController.java +++ b/src/itdelatrisu/opsu/audio/SoundController.java @@ -87,9 +87,6 @@ public class SoundController { // GNU/Linux workaround // Clip clip = AudioSystem.getClip(); AudioFormat format = audioIn.getFormat(); - - //TODO Is this really needed? since the code below will find out the format isn't supported - // and will pretty much do the same thing I think. -fluddokt if (isMP3) { AudioFormat decodedFormat = new AudioFormat( AudioFormat.Encoding.PCM_SIGNED, format.getSampleRate(), 16,