From: Eli Zaretskii Date: Fri, 5 Nov 2010 17:52:06 +0000 (+0200) Subject: term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused variables. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~372 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e8d7c4713addc4943876368b5e37df5ac856589;p=emacs.git term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused variables. --- diff --git a/src/ChangeLog b/src/ChangeLog index f2768dcc310..17e4b422454 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-11-05 Eli Zaretskii + + * term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove + unused variables. + 2010-11-05 Adrian Robert * nsterm.m (EmacsView-mouseExited:): Correct error in conditional diff --git a/src/term.c b/src/term.c index 7593f02e607..9bc980a4aa8 100644 --- a/src/term.c +++ b/src/term.c @@ -1872,8 +1872,6 @@ static void append_glyphless_glyph (struct it *it, int face_id, char *str) { struct glyph *glyph, *end; - bidi_type_t bidi_type; - int resolved_level; int i; xassert (it->glyph_row); @@ -1951,7 +1949,6 @@ static void produce_glyphless_glyph (struct it *it, int for_no_font, Lisp_Object acronym) { int face_id; - struct face *face; int width, len; char buf[9], *str = " "; @@ -1989,8 +1986,6 @@ produce_glyphless_glyph (struct it *it, int for_no_font, Lisp_Object acronym) { if (it->glyphless_method == GLYPHLESS_DISPLAY_ACRONYM) { - int i; - if (! STRINGP (acronym) && CHAR_TABLE_P (Vglyphless_char_display)) acronym = CHAR_TABLE_REF (Vglyphless_char_display, it->c); buf[0] = '[';