1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Remove unused method

This commit is contained in:
cketti 2012-11-02 05:18:45 +01:00
parent db3ea36978
commit c686284a77

View File

@ -1515,16 +1515,6 @@ public class MessageListFragment extends SherlockFragment implements OnItemClick
mForwardedAnsweredIcon = getResources().getDrawable(R.drawable.ic_email_forwarded_answered_small);
}
/**
* Set the selection state for all messages at once.
* @param selected Selection state to set.
*/
public void setSelectionForAllMesages(final boolean selected) {
//TODO: implement
//notifyDataSetChanged();
}
private String recipientSigil(boolean toMe, boolean ccMe) {
if (toMe) {
return getString(R.string.messagelist_sent_to_me_sigil);