From 37be3edebc51fb362fb91e4e1fc67ecbc8f91498 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 5 Mar 2004 03:14:52 +0000 Subject: [PATCH] remove redundant line git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1684 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/winio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/winio.c b/src/winio.c index fff100ee..7e34183b 100644 --- a/src/winio.c +++ b/src/winio.c @@ -1144,7 +1144,6 @@ int nanogetstr(int allowtabs, const char *buf, const char *def, /* Have to do this here, it would be too late to do it in statusq() */ if (kbinput == NANO_HELP_KEY) { - kbinput = NANO_HELP_KEY; do_help(); break; }