# HG changeset patch # User Andreas Schwab # Date 1127060960 0 # Node ID a0e2a112bfa79b6e7aac6a54a9534883641f3c1c # Parent 25b770eb7993b610a0ffe4d3976d549d209e73e6 (struct window): Remove height_fixed_p, no longer set. diff -r 25b770eb7993 -r a0e2a112bfa7 src/window.h --- a/src/window.h Sun Sep 18 16:28:53 2005 +0000 +++ b/src/window.h Sun Sep 18 16:29:20 2005 +0000 @@ -290,11 +290,6 @@ be changed during redisplay. If point is not in the window, accept that. */ unsigned frozen_window_start_p : 1; - - /* 1 means that this window's height is temporarily fixed. Used - in resize_mini_window to precent resizing selected_window, if - possible. */ - unsigned height_fixed_p : 1; }; /* 1 if W is a minibuffer window. */