aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2007-12-04 05:45:09 +0000
committerKenichi Handa2007-12-04 05:45:09 +0000
commitfa280852588a0250ed85902cdcb1e5c5deda0d6d (patch)
tree92062a9786f34d0e19129c2ea97a0d8db4dcadf0
parentf163b42bf5ba803430d27292d93f032e8b6fcf81 (diff)
downloademacs-fa280852588a0250ed85902cdcb1e5c5deda0d6d.tar.gz
emacs-fa280852588a0250ed85902cdcb1e5c5deda0d6d.zip
(Qx): Deleted.
(syms_of_xfont): Don't initialize Qx.
-rw-r--r--src/xfont.c3
1 files changed, 0 insertions, 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. */
38 38
39/* X core font driver. */ 39/* X core font driver. */
40 40
41Lisp_Object Qx;
42
43/* Prototypes of support functions. */ 41/* Prototypes of support functions. */
44extern void x_clear_errors P_ ((Display *)); 42extern void x_clear_errors P_ ((Display *));
45 43
@@ -822,7 +820,6 @@ xfont_draw (s, from, to, x, y, with_background)
822void 820void
823syms_of_xfont () 821syms_of_xfont ()
824{ 822{
825 DEFSYM (Qx, "x");
826 xfont_driver.type = Qx; 823 xfont_driver.type = Qx;
827 register_font_driver (&xfont_driver, NULL); 824 register_font_driver (&xfont_driver, NULL);
828} 825}