Remove the deprecated things from Config.java. These havent been working since before 1.0.

Change-Id: I88ea860fd6edf7c128cf1a201329f09428ab382c
This commit is contained in:
Joe Onorato
2011-04-07 18:41:13 -07:00
parent 89882974d6
commit cedfdd9d17
3 changed files with 1 additions and 4 deletions

View File

@@ -23,7 +23,6 @@ import android.media.RingtoneManager;
import android.net.Uri;
import android.preference.RingtonePreference;
import android.util.AttributeSet;
import android.util.Config;
import android.util.Log;
public class DefaultRingtonePreference extends RingtonePreference {