more PR #897 - autounlock

For the 'autounlock option', "none" is gone from the set of choices
so case 'n' can't happen anymore.
This commit is contained in:
PatR
2022-10-13 11:54:11 -07:00
parent f2d808995b
commit 37bfc4b522

View File

@@ -792,9 +792,6 @@ optfn_autounlock(
|| fuzzymatch(op, unlocktypes[i][0], " -_", TRUE)) {
matched = TRUE;
switch (*op) {
case 'n':
negated = TRUE;
break;
case 'u':
newflags |= AUTOUNLOCK_UNTRAP;
break;