Nixed unused variable references.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@579 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2008-07-26 22:04:15 +00:00
parent be7dc2dd21
commit 3fad5fb569
10 changed files with 3 additions and 19 deletions
@@ -74,7 +74,6 @@ public class Mp3Player extends MusicPlayer
return;
}
AudioFormat sourceFormat = inStream.getFormat();
AudioFormat.Encoding targetEnc = AudioFormat.Encoding.PCM_SIGNED;
inStream = AudioSystem.getAudioInputStream(targetEnc, inStream);
@@ -675,7 +675,6 @@ public class SoundManager
throws IOException, UnsupportedAudioFileException
{
byte[][] data;
boolean verbose = _verbose.getValue();
synchronized (_clipCache) {
// if we're testing, clear all non-locked sounds every time
if (isTesting()) {