summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/AccountPreference.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/settings/AccountPreference.java')
-rw-r--r--src/com/android/settings/AccountPreference.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/settings/AccountPreference.java b/src/com/android/settings/AccountPreference.java
index dc5633457..437839996 100644
--- a/src/com/android/settings/AccountPreference.java
+++ b/src/com/android/settings/AccountPreference.java
@@ -52,10 +52,6 @@ public class AccountPreference extends Preference {
setWidgetLayoutResource(R.layout.account_preference);
setTitle(mAccount.name);
setSummary("");
- // Add account info to the intent for AccountSyncSettings
- Intent intent = new Intent("android.settings.ACCOUNT_SYNC_SETTINGS");
- intent.putExtra("account", mAccount);
- setIntent(intent);
setPersistent(false);
setSyncStatus(SYNC_DISABLED);
}