Mercurial > emacs
changeset 65603:a0e2a112bfa7
(struct window): Remove height_fixed_p, no longer set.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 18 Sep 2005 16:29:20 +0000 |
parents | 25b770eb7993 |
children | 5489609ae188 |
files | src/window.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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. */