Fix leftover variable

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@914 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2001-11-29 03:52:21 +00:00
parent 81cbfad086
commit 86c9676f7a
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ int do_colorinit(void)
{
int i, fg, bg;
colortype *tmpcolor = NULL;
colorstr *tmpstr = NULL;
int defok = 0;
if (has_colors()) {