Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef1c3c43 authored by Ben Clark's avatar Ben Clark Committed by Steve Kondik
Browse files

Remove unused variable and associated import

Change-Id: I5d83cf68c1604b252e860c6b3258654fcae7a589
parent 8315c0c8
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -23,8 +23,6 @@ import android.content.pm.ActivityInfo;
import android.preference.Preference;
import android.preference.PreferenceActivity;
import android.preference.PreferenceGroup;
import android.telephony.TelephonyManager;
import android.content.pm.PackageManager;

public class Settings extends PreferenceActivity {

@@ -46,8 +44,6 @@ public class Settings extends PreferenceActivity {

        addPreferencesFromResource(R.xml.settings);

        int activePhoneType = TelephonyManager.getDefault().getPhoneType();

        PreferenceGroup parent = (PreferenceGroup) findPreference(KEY_PARENT);
        Utils.updatePreferenceToSpecificActivityOrRemove(this, parent, KEY_SYNC_SETTINGS, 0);
        Utils.updatePreferenceToSpecificActivityOrRemove(this, parent, KEY_SEARCH_SETTINGS, 0);