From: Kenichi Handa Date: Tue, 4 Dec 2007 05:45:09 +0000 (+0000) Subject: (Qx): Deleted. X-Git-Tag: emacs-pretest-23.0.90~8295^2~190 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa280852588a0250ed85902cdcb1e5c5deda0d6d;p=emacs.git (Qx): Deleted. (syms_of_xfont): Don't initialize Qx. --- 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); }