# HG changeset patch # User Eli Zaretskii # Date 1288979526 -7200 # Node ID 717c8af799d3a74d228b94679ea2ef0156639343 # Parent 15a32889e96cc95880db8eb84ba86dfb1b964131 term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused variables. diff -r 15a32889e96c -r 717c8af799d3 src/ChangeLog --- a/src/ChangeLog Fri Nov 05 15:17:46 2010 +0100 +++ b/src/ChangeLog Fri Nov 05 19:52:06 2010 +0200 @@ -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 -r 15a32889e96c -r 717c8af799d3 src/term.c --- a/src/term.c Fri Nov 05 15:17:46 2010 +0100 +++ b/src/term.c Fri Nov 05 19:52:06 2010 +0200 @@ -1872,8 +1872,6 @@ 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 @@ 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 @@ { 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] = '[';