mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 19:52:17 -05:00
Remove unused method
This commit is contained in:
parent
db3ea36978
commit
c686284a77
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user