diff --git a/src/com/fsck/k9/Account.java b/src/com/fsck/k9/Account.java index 2199aaea2..f8f5f8153 100644 --- a/src/com/fsck/k9/Account.java +++ b/src/com/fsck/k9/Account.java @@ -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)