Commit 5fe838b0 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Deleting a no-op.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5769 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 5 deletions
+1 -5
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
* src/search.c (findnextstr): Provide feedback when searching takes * src/search.c (findnextstr): Provide feedback when searching takes
longer than roughly half a second (on average). longer than roughly half a second (on average).
* src/*.c: Remove the 'last_replace' variable that is never used. * 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> 2016-03-23 Benno Schulenberg <bensberg@justemail.net>
* src/search.c (findnextstr): Prevent the internal spell checker from * src/search.c (findnextstr): Prevent the internal spell checker from
......
...@@ -632,11 +632,6 @@ int parse_kbinput(WINDOW *win) ...@@ -632,11 +632,6 @@ int parse_kbinput(WINDOW *win)
case KEY_RESIZE: case KEY_RESIZE:
retval = ERR; retval = ERR;
break; break;
#endif
#ifndef NANO_TINY
case KEY_WINCH:
retval = KEY_WINCH;
break;
#endif #endif
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment