changeset 51249:e57c833c7053

(Fx_create_frame): Don't call Qface_set_after_frame_default.
author John Paul Wallington <jpw@pobox.com>
date Mon, 26 May 2003 19:19:06 +0000
parents e21b4eb91135
children e72f6ced64ab
files src/xfns.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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))