summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-10-24 20:25:49 +0000
committerPavel Janík <Pavel@Janik.cz>2001-10-24 20:25:49 +0000
commit075c507b421f19efa152abd612c21c090f40fe25 (patch)
treeaf36cb8c9b29a07ccd4611c8885730dbfb99ec9e /src/dispnew.c
parentd492b584fdb5f4318a35eb29767493adbbda3023 (diff)
downloademacs-075c507b421f19efa152abd612c21c090f40fe25.tar.gz
emacs-075c507b421f19efa152abd612c21c090f40fe25.tar.bz2
emacs-075c507b421f19efa152abd612c21c090f40fe25.zip
(sync_window_with_frame_matrix_rows): Remove unused variable `area'.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index a7652d88d7c..51aabc915f1 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -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));