Delete unused projection.

My previous CL was a lie. Turns out I don't need this at all.

Change-Id: I090efbd19f10f0fa58566acac1886b6da54d3319
This commit is contained in:
Yu Ping Hu 2013-07-18 17:54:03 -07:00
parent 966f237e77
commit 0a68a255c5
1 changed files with 0 additions and 5 deletions

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 =