billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=e3adfa2a2d08ce34f656211018b9b36d58a0cd99

commit e3adfa2a2d08ce34f656211018b9b36d58a0cd99
Author: Boris Faure <bill...@gmail.com>
Date:   Sun Jan 12 23:16:15 2014 +0100

    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 ee768a2..fbb0b22 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;

-- 


Reply via email to