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:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user