mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-25 15:11:52 -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
|
* 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user