changeset 25714:790503d553e1

(display_echo_area_1, try_window_id): Remove unused variable(s).
author Gerd Moellmann <gerd@gnu.org>
date Tue, 14 Sep 1999 13:09:34 +0000
parents 54a8aba6712b
children feaedc03dbc8
files src/xdisp.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)