diff --git a/src/options.c b/src/options.c index 30efd23e2..a75ba3115 100644 --- a/src/options.c +++ b/src/options.c @@ -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;