# HG changeset patch # User Pavel Jank # Date 1003955042 0 # Node ID ae48488570755a0dbb766bf3bebec7309077df60 # Parent b31e5d777d14cd1822882271a8050f2fad187051 (sync_window_with_frame_matrix_rows): Remove unused variable `area'. diff -r b31e5d777d14 -r ae4848857075 src/dispnew.c --- a/src/dispnew.c Wed Oct 24 20:20:18 2001 +0000 +++ b/src/dispnew.c Wed Oct 24 20:24:02 2001 +0000 @@ -3013,7 +3013,7 @@ { 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));