From: Dmitry Antipov Date: Fri, 11 Oct 2013 03:55:26 +0000 (+0400) Subject: * xdisp.c (deep_copy_glyph_row): Remove unused locals. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1289 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33ac026599404c7d5177eecb4fcd0aa527180ee2;p=emacs.git * xdisp.c (deep_copy_glyph_row): Remove unused locals. --- diff --git a/src/ChangeLog b/src/ChangeLog index 39d576f2c40..bfa9f2fae7d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-10-11 Dmitry Antipov + + * xdisp.c (deep_copy_glyph_row): Remove unused locals. + 2013-10-10 Stefan Monnier * fileio.c (Fsubstitute_in_file_name): Use substitute-env-in-file-name. diff --git a/src/xdisp.c b/src/xdisp.c index 09b87e0ba0d..6c189c698e1 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -20589,7 +20589,6 @@ display_menu_bar (struct window *w) static void deep_copy_glyph_row (struct glyph_row *to, struct glyph_row *from) { - int area, i; struct glyph *pointers[1 + LAST_AREA]; /* Save glyph pointers of TO. */