mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-30 20:52:21 -05:00
removed unused config variable
This commit is contained in:
parent
fd246f7e5a
commit
15a1873d97
@ -22,10 +22,6 @@ public final class Config {
|
|||||||
return (ENCRYPTION_MASK & OPENPGP) != 0;
|
return (ENCRYPTION_MASK & OPENPGP) != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean supportOpenPgpOnly() {
|
|
||||||
return supportOpenPgp() && !multipleEncryptionChoices();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static boolean supportOtr() {
|
public static boolean supportOtr() {
|
||||||
return (ENCRYPTION_MASK & OTR) != 0;
|
return (ENCRYPTION_MASK & OTR) != 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user