Remove default case of unhandled keys

This commit is contained in:
Arun Prakash Jana 2018-11-21 18:39:19 +05:30
parent 57613de18b
commit 0fec0f7ebb
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 3 deletions

View File

@ -3379,9 +3379,6 @@ nochange:
dentfree(dents);
return;
default:
if (sel && cfg.filtermode)
presel = FILTER;
} /* switch (sel) */
/* Screensaver */