remove more unneeded clearok(TRUE)'s, and avoid an unnecessary update

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2474 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2005-04-16 18:27:57 +00:00
parent 04652518fd
commit ad11460eb7
3 changed files with 9 additions and 5 deletions

View File

@@ -899,7 +899,6 @@ void load_open_file(void)
edit_refresh();
/* Update the titlebar. */
clearok(topwin, FALSE);
titlebar(NULL);
}