commit 37be3edebc51fb362fb91e4e1fc67ecbc8f91498
parent 5ae684fc81667e78eb14184576e4e891e15cb2c9
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 5 Mar 2004 03:14:52 +0000
remove redundant line
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1684 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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;
}