From: Gerd Moellmann Date: Tue, 14 Sep 1999 13:09:34 +0000 (+0000) Subject: (display_echo_area_1, try_window_id): Remove unused X-Git-Tag: emacs-pretest-21.0.90~6728 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=539bf76f0130a9ea2e1c13e3e259d7efc67d9ec7;p=emacs.git (display_echo_area_1, try_window_id): Remove unused variable(s). --- 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)