1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

* xdisp.c (deep_copy_glyph_row): Remove unused locals.

This commit is contained in:
Dmitry Antipov 2013-10-11 07:55:26 +04:00
parent dd07001983
commit 33ac026599
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-10-11 Dmitry Antipov <dmantipov@yandex.ru>
* xdisp.c (deep_copy_glyph_row): Remove unused locals.
2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
* fileio.c (Fsubstitute_in_file_name): Use substitute-env-in-file-name.

View file

@ -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. */