aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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}