Get rid of unnecessary stuff in help_init() that was commented out
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1075 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
9caa193fe1
commit
7e65d2f5ad
4
nano.c
4
nano.c
|
@ -2420,10 +2420,6 @@ void help_init(void)
|
||||||
toggle *t;
|
toggle *t;
|
||||||
shortcut *s;
|
shortcut *s;
|
||||||
|
|
||||||
/*
|
|
||||||
if (currshortcut = main_list)
|
|
||||||
helplen = MAIN_VISIBLE;
|
|
||||||
else */
|
|
||||||
helplen = length_of_list(currshortcut);
|
helplen = length_of_list(currshortcut);
|
||||||
|
|
||||||
/* First set up the initial help text for the current function */
|
/* First set up the initial help text for the current function */
|
||||||
|
|
Loading…
Reference in New Issue