From fa280852588a0250ed85902cdcb1e5c5deda0d6d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 4 Dec 2007 05:45:09 +0000 Subject: [PATCH] (Qx): Deleted. (syms_of_xfont): Don't initialize Qx. --- src/xfont.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/xfont.c b/src/xfont.c index 4bc363d4dd3..94fe2803f89 100644 --- a/src/xfont.c +++ b/src/xfont.c @@ -38,8 +38,6 @@ Boston, MA 02110-1301, USA. */ /* 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); } -- 2.39.5