get rid of pin and pattern SecretKeyTypes

This commit is contained in:
Vincent Breitmoser
2017-05-29 14:20:25 +02:00
parent 27f6f4ef6c
commit e7b9b48d5c
7 changed files with 3 additions and 33 deletions
@@ -701,11 +701,6 @@ public class KeyWritableRepository extends KeyRepository {
KeyFormattingUtils.convertKeyIdToHex(id)
);
break;
case PIN:
log(LogType.MSG_IS_SUBKEY_PIN,
KeyFormattingUtils.convertKeyIdToHex(id)
);
break;
case GNU_DUMMY:
log(LogType.MSG_IS_SUBKEY_STRIPPED,
KeyFormattingUtils.convertKeyIdToHex(id)