diff options
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 4ca46b20af5..cb819990258 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -290,11 +290,6 @@ struct window | |||
| 290 | be changed during redisplay. If point is not in the window, | 290 | be changed during redisplay. If point is not in the window, |
| 291 | accept that. */ | 291 | accept that. */ |
| 292 | unsigned frozen_window_start_p : 1; | 292 | unsigned frozen_window_start_p : 1; |
| 293 | |||
| 294 | /* 1 means that this window's height is temporarily fixed. Used | ||
| 295 | in resize_mini_window to precent resizing selected_window, if | ||
| 296 | possible. */ | ||
| 297 | unsigned height_fixed_p : 1; | ||
| 298 | }; | 293 | }; |
| 299 | 294 | ||
| 300 | /* 1 if W is a minibuffer window. */ | 295 | /* 1 if W is a minibuffer window. */ |