From d01ef4f9cb480170cde7d3b5412d8d3cea0933d4 Mon Sep 17 00:00:00 2001 From: Joe Steele Date: Fri, 11 Jan 2013 17:42:38 -0500 Subject: [PATCH] Eliminate unused code. --- src/com/fsck/k9/activity/FolderList.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/com/fsck/k9/activity/FolderList.java b/src/com/fsck/k9/activity/FolderList.java index 5c170ef45..76ae65c8a 100644 --- a/src/com/fsck/k9/activity/FolderList.java +++ b/src/com/fsck/k9/activity/FolderList.java @@ -35,7 +35,6 @@ import android.widget.Toast; import com.actionbarsherlock.app.ActionBar; import com.actionbarsherlock.app.ActionBar.OnNavigationListener; -import com.actionbarsherlock.view.ActionMode; import com.actionbarsherlock.view.Menu; import com.actionbarsherlock.view.MenuItem; import com.actionbarsherlock.widget.SearchView; @@ -500,11 +499,6 @@ public class FolderList extends K9ListActivity implements OnNavigationListener { MessagingController.getInstance(getApplication()).emptyTrash(account, null); } - private void onExpunge(final Account account, String folderName) { - MessagingController.getInstance(getApplication()).expunge(account, folderName, null); - } - - private void onClearFolder(Account account, String folderName) { // There has to be a cheaper way to get at the localFolder object than this LocalFolder localFolder = null; @@ -672,8 +666,6 @@ public class FolderList extends K9ListActivity implements OnNavigationListener { return super.onContextItemSelected(item); } - private FolderInfoHolder mSelectedContextFolder = null; - @Override public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) { super.onCreateContextMenu(menu, v, menuInfo); AdapterContextMenuInfo info = (AdapterContextMenuInfo) menuInfo;