Dropping the obsolete argument of shortcut_init(),

and removing two unneeded calls of this function.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4740 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Benno Schulenberg
2014-04-07 09:24:10 +00:00
parent bc6e9aa926
commit a2dcd6edce
6 changed files with 10 additions and 15 deletions

View File

@@ -1277,8 +1277,6 @@ void do_insertfile(
break;
}
}
shortcut_init(FALSE);
free(ans);
}