From a1f1879beaf10375734eecdb34977304483e0f88 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Wed, 19 Aug 2009 14:25:24 -0700 Subject: [PATCH] Remove SOURCE_VISIBLE flag that is otherwise unused. --- core/java/android/provider/ContactsContract.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index 50c9c8c249155..37191f5f4b2ea 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -1556,14 +1556,6 @@ public final class ContactsContract { */ public static final String SHOULD_SYNC = "should_sync"; - /** - * Overriding flag indicating if contacts from this source should be - * visible in any user interface. - *

- * Type: INTEGER (boolean) - */ - public static final String SOURCE_VISIBLE = "source_visible"; - /** * Flag indicating if contacts without any {@link GroupMembership} * entries should be visible in any user interface.