diff --git a/src/nnn.c b/src/nnn.c index d6269acb..3f352697 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -2087,11 +2087,6 @@ static bool cpmvrm_selection(enum action sel, char *path) { int r; - if (!selbufpos) { - printmsg(messages[MSG_0_SELECTED]); - return FALSE; - } - if (!selsafe()) return FALSE;