diff options
author | Andreas Schwab <schwab@suse.de> | 2005-09-18 16:30:27 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2005-09-18 16:30:27 +0000 |
commit | 9f1cf0e3c909388fb5e886cc9516771960d69e04 (patch) | |
tree | 289ee7277f6c805b05f9805198f2efa8e14acb2c /src/window.h | |
parent | 3df0580e89980427bea3ef1f0a81f0a1ea68f0e9 (diff) | |
download | emacs-9f1cf0e3c909388fb5e886cc9516771960d69e04.tar.gz |
(struct window): Remove height_fixed_p, no longer set.
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 5 |
1 files changed, 0 insertions, 5 deletions
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. */ |