display: exclude a bit of feedback from the tiny version

master
Benno Schulenberg 2020-01-14 11:22:28 +01:00
parent 3e0bd533db
commit a81ba0215a
1 changed files with 1 additions and 1 deletions

View File

@ -524,9 +524,9 @@ bool is_cuttable(bool test_cliff)
#endif
)) {
#ifndef NANO_TINY
statusbar(_("Nothing was cut"));
openfile->mark = NULL;
#endif
statusbar(_("Nothing was cut"));
return FALSE;
} else
return TRUE;