diff src/macfns.c @ 50390:2bdbce68ec9a

Fix build on Mac OS X with Carbon.
author Andrew Choi <akochoi@shaw.ca>
date Tue, 01 Apr 2003 01:09:13 +0000
parents bf4734e2fa2c
children c1bf3085654d
line wrap: on
line diff
--- a/src/macfns.c	Tue Apr 01 01:06:19 2003 +0000
+++ b/src/macfns.c	Tue Apr 01 01:09:13 2003 +0000
@@ -8803,8 +8803,6 @@
   Fput (Qundefined_color, Qerror_message,
 	build_string ("Undefined color"));
 
-  init_x_parm_symbols ();
-
   DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path,
 	       doc: /* List of directories to search for window system bitmap files.  */);
   Vx_bitmap_file_path = decode_env_path ((char *) 0, "PATH");