From 6a18c04e382332c273168fee706adfd9b05bffb8 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 27 Jun 2023 17:29:42 +0530 Subject: fix: remove unused feature flag --- app/src/main/java/app/passwordstore/util/features/Feature.kt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'app') 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"), -- cgit v1.2.3