diff options
author | Joe Onorato <joeo@google.com> | 2011-04-06 19:22:23 -0700 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2011-04-07 19:23:05 -0700 |
commit | 43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09 (patch) | |
tree | a5aac88ebb367a0f046a5724edc8e35cbe192cb9 /media/tests | |
parent | ea4af8914a3b6ea68558f20ce502966032ca1ab1 (diff) | |
download | frameworks_base-43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09.zip frameworks_base-43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09.tar.gz frameworks_base-43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09.tar.bz2 |
Remove the deprecated things from Config.java. These haven't been working since before 1.0.
Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
Diffstat (limited to 'media/tests')
-rw-r--r-- | media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
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; |