diff --git a/src/ChangeLog b/src/ChangeLog index 04c375db271..63b19dcca5e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2005-09-18 Andreas Schwab + + * window.h (struct window): Remove height_fixed_p, no longer set. + + * window.c (make_window): Don't initialize height_fixed_p. + (window_fixed_size_p): Don't use it. + 2005-09-18 John Paul Wallington * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol. diff --git a/src/window.h b/src/window.h index df359f37db2..46d75de384f 100644 --- a/src/window.h +++ b/src/window.h @@ -290,11 +290,6 @@ struct window 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. */