remove unrelated modification

This commit is contained in:
LinWenhai 2014-11-13 15:43:39 +08:00
parent a37549d7bc
commit 48f1bd62d7
1 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ import java.io.FileInputStream;
import android.content.Context;
import android.content.res.AssetFileDescriptor;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.util.Log;
@ -249,7 +248,6 @@ public class Cocos2dxMusic {
*/
private MediaPlayer createMediaplayer(final String pPath) {
MediaPlayer mediaPlayer = new MediaPlayer();
mediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
try {
if (pPath.startsWith("/")) {