From e3adfa2a2d08ce34f656211018b9b36d58a0cd99 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 12 Jan 2014 23:16:15 +0100 Subject: [PATCH] remove unused variable --- src/bin/termio.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/bin/termio.c b/src/bin/termio.c index ee768a2f..fbb0b22f 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -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;