Deleting a no-op.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5769 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Benno Schulenberg 2016-03-28 19:30:27 +00:00
parent 51743233ed
commit 5fe838b072
2 changed files with 1 additions and 5 deletions

View File

@ -5,6 +5,7 @@
* src/search.c (findnextstr): Provide feedback when searching takes
longer than roughly half a second (on average).
* src/*.c: Remove the 'last_replace' variable that is never used.
* src/winio.c (parse_kbinput): Delete a no-op.
2016-03-23 Benno Schulenberg <bensberg@justemail.net>
* src/search.c (findnextstr): Prevent the internal spell checker from

View File

@ -632,11 +632,6 @@ int parse_kbinput(WINDOW *win)
case KEY_RESIZE:
retval = ERR;
break;
#endif
#ifndef NANO_TINY
case KEY_WINCH:
retval = KEY_WINCH;
break;
#endif
}