From f421923f36b952cc9e83834f91dabdd7998d4a17 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Mon, 26 May 2003 19:19:06 +0000 Subject: [PATCH] (Fx_create_frame): Don't call Qface_set_after_frame_default. --- src/xfns.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/xfns.c b/src/xfns.c index 4e66e6ef782..ac36b8c0ef2 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -3316,13 +3316,6 @@ This function is an internal primitive--use `make-frame' instead. */) FRAME_LINES (f) = 0; change_frame_size (f, height, width, 1, 0, 0); - /* Set up faces after all frame parameters are known. This call - also merges in face attributes specified for new frames. If we - don't do this, the `menu' face for instance won't have the right - colors, and the menu bar won't appear in the specified colors for - new frames. */ - call1 (Qface_set_after_frame_default, frame); - #if defined (USE_X_TOOLKIT) || defined (USE_GTK) /* Create the menu bar. */ if (!minibuffer_only && FRAME_EXTERNAL_MENU_BAR (f)) -- 2.11.4.GIT