am 531e580a: remove the incorrectly located nickname

Merge commit '531e580ab160864e4152f431eaeb965676c58d19' into eclair-plus-aosp

* commit '531e580ab160864e4152f431eaeb965676c58d19':
  remove the incorrectly located nickname
This commit is contained in:
Fred Quintana
2009-09-24 14:31:43 -07:00
committed by Android Git Automerger

View File

@@ -1655,13 +1655,6 @@ public final class ContactsContract {
* <P>Type: TEXT</P>
*/
public static final String BIRTHDAY = DATA1;
/**
* The nickname as the user entered it.
* <P>Type: TEXT</P>
*@hide
*/
public static final String NICKNAME = DATA2;
}
/**