diff options
-rw-r--r-- | app/src/main/java/app/passwordstore/util/features/Feature.kt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/src/main/java/app/passwordstore/util/features/Feature.kt b/app/src/main/java/app/passwordstore/util/features/Feature.kt index 44af5b70..f046dbd7 100644 --- a/app/src/main/java/app/passwordstore/util/features/Feature.kt +++ b/app/src/main/java/app/passwordstore/util/features/Feature.kt @@ -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"), |