]> code.delx.au - gnu-emacs/commitdiff
(sync_window_with_frame_matrix_rows): Remove unused variable `area'.
authorPavel Janík <Pavel@Janik.cz>
Wed, 24 Oct 2001 20:25:49 +0000 (20:25 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 24 Oct 2001 20:25:49 +0000 (20:25 +0000)
src/ChangeLog
src/dispnew.c

index 70b92f906f3b570e15f5ff31cf3abc44386608ed..747fb9c11b5d4f13e6f7f50ff3a08176fb9f3084 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
+       variable `area'.
+
 2001-10-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * search.c (scan_newline): Remove unused variable
index a7652d88d7c962db596e7ec07abce08b6eeb20a2..51aabc915f1567d05f361c92e3c6984e25ee16e5 100644 (file)
@@ -3013,7 +3013,7 @@ sync_window_with_frame_matrix_rows (w)
 {
   struct frame *f = XFRAME (w->frame);
   struct glyph_row *window_row, *window_row_end, *frame_row;
-  int area, left, right, x, width;
+  int left, right, x, width;
 
   /* Preconditions: W must be a leaf window on a tty frame.  */
   xassert (NILP (w->hchild) && NILP (w->vchild));