emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114621: * xdisp.c (deep_copy_glyph_row): Remove unu


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r114621: * xdisp.c (deep_copy_glyph_row): Remove unused locals.
Date: Fri, 11 Oct 2013 03:56:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114621
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Fri 2013-10-11 07:55:26 +0400
message:
  * xdisp.c (deep_copy_glyph_row): Remove unused locals.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/xdisp.c                    xdisp.c-20091113204419-o5vbwnq5f7feedwu-240
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-10-10 21:42:38 +0000
+++ b/src/ChangeLog     2013-10-11 03:55:26 +0000
@@ -1,3 +1,7 @@
+2013-10-11  Dmitry Antipov  <address@hidden>
+
+       * xdisp.c (deep_copy_glyph_row): Remove unused locals.
+
 2013-10-10  Stefan Monnier  <address@hidden>
 
        * fileio.c (Fsubstitute_in_file_name): Use substitute-env-in-file-name.

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2013-10-10 19:26:13 +0000
+++ b/src/xdisp.c       2013-10-11 03:55:26 +0000
@@ -20589,7 +20589,6 @@
 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.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]