term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused variables.

This commit is contained in:
Eli Zaretskii 2010-11-05 19:52:06 +02:00
parent 5c0c0f77b0
commit 6e8d7c4713
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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] = '[';