diff src/xfont.c @ 91177:ca4dcecf8f88

(Qx): Deleted. (syms_of_xfont): Don't initialize Qx.
author Kenichi Handa <handa@m17n.org>
date Tue, 04 Dec 2007 05:45:09 +0000
parents 4bcf0716ddf4
children 26541bdcecd0
line wrap: on
line diff
--- a/src/xfont.c	Tue Dec 04 00:49:53 2007 +0000
+++ b/src/xfont.c	Tue Dec 04 05:45:09 2007 +0000
@@ -38,8 +38,6 @@
 
 /* X core font driver.  */
 
-Lisp_Object Qx;
-
 /* Prototypes of support functions.  */
 extern void x_clear_errors P_ ((Display *));
 
@@ -822,7 +820,6 @@
 void
 syms_of_xfont ()
 {
-  DEFSYM (Qx, "x");
   xfont_driver.type = Qx;
   register_font_driver (&xfont_driver, NULL);
 }