(Qx): Deleted.
authorKenichi Handa <handa@m17n.org>
Tue, 4 Dec 2007 05:45:09 +0000 (05:45 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 4 Dec 2007 05:45:09 +0000 (05:45 +0000)
(syms_of_xfont): Don't initialize Qx.

src/xfont.c

index 4bc363d..94fe280 100644 (file)
@@ -38,8 +38,6 @@ Boston, MA 02110-1301, USA.  */
 \f
 /* X core font driver.  */
 
-Lisp_Object Qx;
-
 /* Prototypes of support functions.  */
 extern void x_clear_errors P_ ((Display *));
 
@@ -822,7 +820,6 @@ xfont_draw (s, from, to, x, y, with_background)
 void
 syms_of_xfont ()
 {
-  DEFSYM (Qx, "x");
   xfont_driver.type = Qx;
   register_font_driver (&xfont_driver, NULL);
 }