From: Paul Eggert Date: Sun, 16 Sep 2012 21:18:00 +0000 (-0700) Subject: * font.c (Ffont_shape_gstring): Remove unused local. X-Git-Tag: emacs-24.2.90~269^2~70 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=634b8cacd6cc0557c1963ad7409db247963046d2;p=emacs.git * font.c (Ffont_shape_gstring): Remove unused local. --- diff --git a/src/ChangeLog b/src/ChangeLog index 99921577b07..32cd7b3e813 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-09-16 Paul Eggert + + * font.c (Ffont_shape_gstring): Remove unused local. + 2012-09-16 Glenn Morris * Makefile.in (clean): No longer run nextstep's clean. diff --git a/src/font.c b/src/font.c index fc970254a62..1f22fee88ee 100644 --- a/src/font.c +++ b/src/font.c @@ -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);