From f5ec94b634737ece7bb234b3f787a01ddfd031cf Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 3 Sep 1999 15:52:05 +0000 Subject: [PATCH] (adjust_frame_glyphs): Remove reference to Vresize_mini_config. --- src/dispnew.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/dispnew.c b/src/dispnew.c index 278dabf4e3b..169b64e7dbf 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -1941,14 +1941,6 @@ adjust_frame_glyphs (f) adjust_decode_mode_spec_buffer (f); f->glyphs_initialized_p = 1; - - /* If mini-window is resized, make it not restore its saved window - configuration. This function being called indicates that the - current window configuration is being changed. These changes - would be undone if resize_mini_window would restore its saved - configuration. */ - if (f == resize_mini_frame) - Vresize_mini_config = Qnil; } -- 2.39.5