Mercurial > emacs
changeset 111411:717c8af799d3
term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused variables.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 05 Nov 2010 19:52:06 +0200 |
parents | 15a32889e96c |
children | cc7702f421a0 |
files | src/ChangeLog src/term.c |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <eliz@gnu.org> + + * term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove + unused variables. + 2010-11-05 Adrian Robert <Adrian.B.Robert@gmail.com> * nsterm.m (EmacsView-mouseExited:): Correct error in conditional
--- 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] = '[';