]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct window): Remove height_fixed_p, no longer set.
authorAndreas Schwab <schwab@suse.de>
Sun, 18 Sep 2005 16:30:27 +0000 (16:30 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 18 Sep 2005 16:30:27 +0000 (16:30 +0000)
src/ChangeLog
src/window.h

index 04c375db271de5d7591ca802b936a4fd7c05c6cb..63b19dcca5e0cfdb6802d22b116d837c7db76763 100644 (file)
@@ -1,3 +1,10 @@
+2005-09-18  Andreas Schwab  <schwab@suse.de>
+
+       * 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  <jpw@pobox.com>
 
        * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
index df359f37db2c584753bd6e53fee74279d209ef3b..46d75de384fac011e0bfff90071b57c777b3756a 100644 (file)
@@ -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.  */