mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 22:35:17 +00:00
fix: remove unused feature flag
This commit is contained in:
@@ -13,13 +13,6 @@ enum class Feature(
|
|||||||
val configKey: String,
|
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. */
|
/** Opt into the new SSH layer implemented as a freestanding module. */
|
||||||
EnableNewSSHLayer(false, "enable_new_ssh"),
|
EnableNewSSHLayer(false, "enable_new_ssh"),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user