mirror of
https://github.com/jarun/nnn.git
synced 2025-04-19 20:04:53 +00:00
Remove default case of unhandled keys
This commit is contained in:
parent
57613de18b
commit
0fec0f7ebb
1 changed files with 0 additions and 3 deletions
|
@ -3379,9 +3379,6 @@ nochange:
|
|||
|
||||
dentfree(dents);
|
||||
return;
|
||||
default:
|
||||
if (sel && cfg.filtermode)
|
||||
presel = FILTER;
|
||||
} /* switch (sel) */
|
||||
|
||||
/* Screensaver */
|
||||
|
|
Loading…
Add table
Reference in a new issue