From 6e8d7c4713addc4943876368b5e37df5ac856589 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 5 Nov 2010 19:52:06 +0200 Subject: [PATCH] term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused variables. --- src/ChangeLog | 5 +++++ src/term.c | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) 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] = '['; -- 2.39.5