From 539bf76f0130a9ea2e1c13e3e259d7efc67d9ec7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 14 Sep 1999 13:09:34 +0000 Subject: [PATCH] (display_echo_area_1, try_window_id): Remove unused variable(s). --- src/xdisp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 567b9558fde..5ad0cef63db 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -5399,7 +5399,6 @@ display_echo_area_1 (w) struct window *w; { Lisp_Object window; - struct frame *f = XFRAME (w->frame); struct text_pos start; int window_height_changed_p = 0; @@ -9992,8 +9991,6 @@ try_window_id (w) mentioned, this is not a frequent case. */ if (w->cursor.vpos < 0) { - int last_y = min (it.last_visible_y, it.last_visible_y + dy); - /* Cursor in unchanged rows at the top? */ if (PT < CHARPOS (start_pos) && last_unchanged_at_beg_row) -- 2.39.5