mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 20:15:03 -05:00
remove dead isInUse code.
This commit is contained in:
parent
b2c44579d2
commit
5fe33f2c62
@ -72,12 +72,6 @@ public class Account implements BaseAccount
|
||||
* storage
|
||||
*/
|
||||
private String mLocalStorageProviderId;
|
||||
|
||||
/**
|
||||
* True if {@link #mLocalStoreUri} may be in use at
|
||||
* the moment.
|
||||
*/
|
||||
private final boolean mIsInUse = false;
|
||||
private String mTransportUri;
|
||||
private String mDescription;
|
||||
private String mAlwaysBcc;
|
||||
@ -1562,11 +1556,6 @@ public class Account implements BaseAccount
|
||||
lastSelectedFolderName = folderName;
|
||||
}
|
||||
|
||||
public boolean isInUse()
|
||||
{
|
||||
return mIsInUse;
|
||||
}
|
||||
|
||||
public synchronized CryptoProvider getCryptoProvider()
|
||||
{
|
||||
if (mCryptoProvider == null)
|
||||
|
Loading…
Reference in New Issue
Block a user