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

@@ -6,7 +6,6 @@ import static android.provider.Telephony.Intents.SECRET_CODE_ACTION;
import android.content.Context;
import android.content.Intent;
import android.content.BroadcastReceiver;
import android.util.Config;
import android.util.Log;
import android.view.KeyEvent;