diff --git a/ChangeLog b/ChangeLog index 3b6e5964..44512556 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * src/search.c (findnextstr): Prevent the internal spell checker from diff --git a/src/winio.c b/src/winio.c index 0539628c..78cccea0 100644 --- a/src/winio.c +++ b/src/winio.c @@ -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 }