# HG changeset patch # User Gerd Moellmann # Date 937314574 0 # Node ID 790503d553e1e51cfb29f2f18f4f23f4b4a79dc6 # Parent 54a8aba6712b5285c7cabe1b2114330c2ed36f4e (display_echo_area_1, try_window_id): Remove unused variable(s). diff -r 54a8aba6712b -r 790503d553e1 src/xdisp.c --- a/src/xdisp.c Tue Sep 14 13:09:33 1999 +0000 +++ b/src/xdisp.c Tue Sep 14 13:09:34 1999 +0000 @@ -5399,7 +5399,6 @@ 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 @@ 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)