Mercurial > emacs
changeset 91177:ca4dcecf8f88
(Qx): Deleted.
(syms_of_xfont): Don't initialize Qx.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 04 Dec 2007 05:45:09 +0000 |
parents | 47443840a6b9 |
children | e9ab44fefef3 |
files | src/xfont.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfont.c Tue Dec 04 00:49:53 2007 +0000 +++ b/src/xfont.c Tue Dec 04 05:45:09 2007 +0000 @@ -38,8 +38,6 @@ /* X core font driver. */ -Lisp_Object Qx; - /* Prototypes of support functions. */ extern void x_clear_errors P_ ((Display *)); @@ -822,7 +820,6 @@ void syms_of_xfont () { - DEFSYM (Qx, "x"); xfont_driver.type = Qx; register_font_driver (&xfont_driver, NULL); }