aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c8
1 files changed, 0 insertions, 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)
1941 adjust_decode_mode_spec_buffer (f); 1941 adjust_decode_mode_spec_buffer (f);
1942 1942
1943 f->glyphs_initialized_p = 1; 1943 f->glyphs_initialized_p = 1;
1944
1945 /* If mini-window is resized, make it not restore its saved window
1946 configuration. This function being called indicates that the
1947 current window configuration is being changed. These changes
1948 would be undone if resize_mini_window would restore its saved
1949 configuration. */
1950 if (f == resize_mini_frame)
1951 Vresize_mini_config = Qnil;
1952} 1944}
1953 1945
1954 1946