am 0a68a255: Delete unused projection.

* commit '0a68a255c5af6707ace6915791c133bd79858263':
  Delete unused projection.
This commit is contained in:
Yu Ping Hu 2013-07-18 18:25:03 -07:00 committed by Android Git Automerger
commit da54d6a283

View File

@ -683,11 +683,6 @@ public abstract class EmailContent {
RECORD_ID, SyncColumns.SERVER_ID
};
public static final int MAILBOX_COLUMN_MAILBOX_KEY = 0;
public static final String[] MAILBOX_PROJECTION = new String[] {
MessageColumns.MAILBOX_KEY
};
public static final String[] ID_COLUMN_PROJECTION = new String[] { RECORD_ID };
private static final String ACCOUNT_KEY_SELECTION =