Mercurial > emacs
changeset 40271:ae4848857075
(sync_window_with_frame_matrix_rows): Remove unused variable `area'.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Wed, 24 Oct 2001 20:24:02 +0000 |
parents | b31e5d777d14 |
children | cfb8af5a8f12 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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));