emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102259: term.c (append_glyphless_gly


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102259: term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused variables.
Date: Fri, 05 Nov 2010 19:52:06 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102259
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2010-11-05 19:52:06 +0200
message:
  term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused 
variables.
modified:
  src/ChangeLog
  src/term.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-11-05 10:35:36 +0000
+++ b/src/ChangeLog     2010-11-05 17:52:06 +0000
@@ -1,3 +1,8 @@
+2010-11-05  Eli Zaretskii  <address@hidden>
+
+       * term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove
+       unused variables.
+
 2010-11-05  Adrian Robert  <address@hidden>
 
        * nsterm.m (EmacsView-mouseExited:): Correct error in conditional

=== modified file 'src/term.c'
--- a/src/term.c        2010-11-01 04:09:26 +0000
+++ b/src/term.c        2010-11-05 17:52:06 +0000
@@ -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] = '[';


reply via email to

[Prev in Thread] Current Thread [Next in Thread]