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:
parent
dd07001983
commit
33ac026599
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue