mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
fix: remove unused feature flag
This commit is contained in:
@@ -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"),
|
||||
|
||||
|
Reference in New Issue
Block a user