# HG changeset patch # User John Paul Wallington # Date 1053976746 0 # Node ID e57c833c70539a5948dbee9f97af9c8b0b24eb21 # Parent e21b4eb91135bd9ef69fda61f73d912267d6b25b (Fx_create_frame): Don't call Qface_set_after_frame_default. diff -r e21b4eb91135 -r e57c833c7053 src/xfns.c --- a/src/xfns.c Mon May 26 19:15:42 2003 +0000 +++ b/src/xfns.c Mon May 26 19:19:06 2003 +0000 @@ -3316,13 +3316,6 @@ 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))