diff options
| author | Kenichi Handa | 2007-12-04 05:45:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-12-04 05:45:09 +0000 |
| commit | fa280852588a0250ed85902cdcb1e5c5deda0d6d (patch) | |
| tree | 92062a9786f34d0e19129c2ea97a0d8db4dcadf0 /src | |
| parent | f163b42bf5ba803430d27292d93f032e8b6fcf81 (diff) | |
| download | emacs-fa280852588a0250ed85902cdcb1e5c5deda0d6d.tar.gz emacs-fa280852588a0250ed85902cdcb1e5c5deda0d6d.zip | |
(Qx): Deleted.
(syms_of_xfont): Don't initialize Qx.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfont.c | 3 |
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 | ||
| 41 | Lisp_Object Qx; | ||
| 42 | |||
| 43 | /* Prototypes of support functions. */ | 41 | /* Prototypes of support functions. */ |
| 44 | extern void x_clear_errors P_ ((Display *)); | 42 | extern void x_clear_errors P_ ((Display *)); |
| 45 | 43 | ||
| @@ -822,7 +820,6 @@ xfont_draw (s, from, to, x, y, with_background) | |||
| 822 | void | 820 | void |
| 823 | syms_of_xfont () | 821 | syms_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 | } |