aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c
index ae4bc3f44da..1c4e3d0423a 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1092,9 +1092,7 @@ main (argc, argv, envp)
1092 function creates Vterminal_frame. Termcap frames now use 1092 function creates Vterminal_frame. Termcap frames now use
1093 faces, and the face implementation uses some symbols as 1093 faces, and the face implementation uses some symbols as
1094 face names. */ 1094 face names. */
1095#ifndef HAVE_NTGUI
1096 syms_of_xfaces (); 1095 syms_of_xfaces ();
1097#endif
1098 1096
1099 init_window_once (); /* Init the window system */ 1097 init_window_once (); /* Init the window system */
1100 init_fileio_once (); /* Must precede any path manipulation. */ 1098 init_fileio_once (); /* Must precede any path manipulation. */
@@ -1368,7 +1366,6 @@ main (argc, argv, envp)
1368#ifdef HAVE_NTGUI 1366#ifdef HAVE_NTGUI
1369 syms_of_w32term (); 1367 syms_of_w32term ();
1370 syms_of_w32fns (); 1368 syms_of_w32fns ();
1371 syms_of_w32faces ();
1372 syms_of_w32select (); 1369 syms_of_w32select ();
1373 syms_of_w32menu (); 1370 syms_of_w32menu ();
1374 syms_of_fontset (); 1371 syms_of_fontset ();