* font.c (Ffont_shape_gstring): Remove unused local.
[bpt/emacs.git] / src / font.c
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);