* font.c (Ffont_shape_gstring): Remove unused local.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Sep 2012 21:18:00 +0000 (14:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Sep 2012 21:18:00 +0000 (14:18 -0700)
src/ChangeLog
src/font.c

index 9992157..32cd7b3 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * font.c (Ffont_shape_gstring): Remove unused local.
+
 2012-09-16  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (clean): No longer run nextstep's clean.
index fc97025..1f22fee 100644 (file)
@@ -4303,7 +4303,7 @@ GSTRING.  */)
 {
   struct font *font;
   Lisp_Object font_object, n, glyph;
-  ptrdiff_t i, j, from, to;
+  ptrdiff_t i, from, to;
 
   if (! composition_gstring_p (gstring))
     signal_error ("Invalid glyph-string: ", gstring);