+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
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);
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 = " ";
{
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] = '[';