remove unused variable

This commit is contained in:
Boris Faure 2014-01-12 23:16:15 +01:00
parent 9ac9719fe9
commit e3adfa2a2d
1 changed files with 2 additions and 3 deletions

View File

@ -1392,10 +1392,9 @@ _smart_apply(Evas_Object *obj)
}
else
{
int bold, fg, bg, fgext, bgext, codepoint;
int fg, bg, fgext, bgext, codepoint;
// colors
bold = cells[x].att.bold;
fg = cells[x].att.fg;
bg = cells[x].att.bg;
fgext = cells[x].att.fg256;