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

remove dead isInUse code.

This commit is contained in:
Andrew Chen 2011-01-07 21:41:27 +00:00
parent b2c44579d2
commit 5fe33f2c62

View File

@ -72,12 +72,6 @@ public class Account implements BaseAccount
* storage * storage
*/ */
private String mLocalStorageProviderId; private String mLocalStorageProviderId;
/**
* True if {@link #mLocalStoreUri} may be in use at
* the moment.
*/
private final boolean mIsInUse = false;
private String mTransportUri; private String mTransportUri;
private String mDescription; private String mDescription;
private String mAlwaysBcc; private String mAlwaysBcc;
@ -1562,11 +1556,6 @@ public class Account implements BaseAccount
lastSelectedFolderName = folderName; lastSelectedFolderName = folderName;
} }
public boolean isInUse()
{
return mIsInUse;
}
public synchronized CryptoProvider getCryptoProvider() public synchronized CryptoProvider getCryptoProvider()
{ {
if (mCryptoProvider == null) if (mCryptoProvider == null)