mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-18 17:40:22 +02:00
fix: remove unused feature flag
This commit is contained in:
parent
b3be9bad26
commit
6a18c04e38
|
|
@ -13,13 +13,6 @@ enum class Feature(
|
|||
val configKey: String,
|
||||
) {
|
||||
|
||||
/** Opt into the new PGP backend powered by the PGPainless library. */
|
||||
@Deprecated(
|
||||
"The PGPainless backend is now the only available one",
|
||||
level = DeprecationLevel.ERROR
|
||||
)
|
||||
EnablePGPainlessBackend(true, "enable_pgp_v2_backend"),
|
||||
|
||||
/** Opt into the new SSH layer implemented as a freestanding module. */
|
||||
EnableNewSSHLayer(false, "enable_new_ssh"),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue