removed unused config variable

This commit is contained in:
Daniel Gultsch 2016-03-01 18:58:33 +01:00
parent fd246f7e5a
commit 15a1873d97
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@ public final class Config {
return (ENCRYPTION_MASK & OPENPGP) != 0;
}
public static boolean supportOpenPgpOnly() {
return supportOpenPgp() && !multipleEncryptionChoices();
}
public static boolean supportOtr() {
return (ENCRYPTION_MASK & OTR) != 0;
}