1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-17 07:30:16 -05:00

Delete obsolete commented out code.

This commit is contained in:
Daniel Applebaum 2010-01-06 03:40:24 +00:00
parent a4510696aa
commit 29947ef3c9

View File

@ -340,7 +340,6 @@ public class FolderList extends K9ListActivity
public void onItemClick(AdapterView parent, View v, int itemPosition, long id)
{
MessageList.actionHandleFolder(FolderList.this, mAccount, ((FolderInfoHolder)mAdapter.getItem(id)).name, false);
// finish();
}
});
registerForContextMenu(mListView);
@ -551,7 +550,6 @@ public class FolderList extends K9ListActivity
private void onOpenFolder(String folder, boolean startup)
{
MessageList.actionHandleFolder(this, mAccount, folder, startup);
// finish();
}
private void onCompact(Account account)