From 43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Wed, 6 Apr 2011 19:22:23 -0700 Subject: Remove the deprecated things from Config.java. These haven't been working since before 1.0. Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e --- media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java | 1 - 1 file changed, 1 deletion(-) (limited to 'media/tests/SoundPoolTest') diff --git a/media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java b/media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java index df1b375..33db2dd 100644 --- a/media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java +++ b/media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java @@ -28,7 +28,6 @@ import android.media.AudioSystem; import android.media.AudioManager; import android.media.SoundPool; import android.media.SoundPool.OnLoadCompleteListener; -import android.util.Config; import android.util.Log; import java.util.HashMap; import java.lang.Math; -- cgit v1.1