From: Kenichi Handa Date: Tue, 4 Dec 2007 05:45:09 +0000 (+0000) Subject: (Qx): Deleted. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/fa280852588a0250ed85902cdcb1e5c5deda0d6d (Qx): Deleted. (syms_of_xfont): Don't initialize Qx. --- diff --git a/src/xfont.c b/src/xfont.c index 4bc363d4dd..94fe2803f8 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); }