diff options
| author | Stefan Kangas | 2020-01-15 19:57:27 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-01-15 19:57:27 +0100 |
| commit | 576dfc8aa260957f4d0dc0c68cdcb8232a536f42 (patch) | |
| tree | 835d4c85c43e105148a0e9ce3e9398e517e44ab1 /src/xfns.c | |
| parent | d672ad60e34b4e1dcb28f91d15f1e286acf2f94f (diff) | |
| download | emacs-576dfc8aa260957f4d0dc0c68cdcb8232a536f42.tar.gz emacs-576dfc8aa260957f4d0dc0c68cdcb8232a536f42.zip | |
Remove unused ftx font backend driver
* src/ftxfont.c: Remove file.
* admin/notes/font-backend:
* configure.ac:
* src/Makefile.in:
* src/deps.mk (ftxfont.o):
* src/font.c (syms_of_font):
* src/font.h (top-level, font_property_index):
* src/xfns.c (Fx_create_frame, x_create_tip_frame): Remove unused ftx
font backend driver. Thanks to Glenn Morris for pointing out that it
can be removed. (Bug#34663)
Diffstat (limited to 'src/xfns.c')
| -rw-r--r-- | src/xfns.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xfns.c b/src/xfns.c index 276ea1c3935..5758bb7a18c 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3878,8 +3878,6 @@ This function is an internal primitive--use `make-frame' instead. */) | |||
| 3878 | #ifdef HAVE_HARFBUZZ | 3878 | #ifdef HAVE_HARFBUZZ |
| 3879 | register_font_driver (&xfthbfont_driver, f); | 3879 | register_font_driver (&xfthbfont_driver, f); |
| 3880 | #endif | 3880 | #endif |
| 3881 | #else /* not HAVE_XFT */ | ||
| 3882 | register_font_driver (&ftxfont_driver, f); | ||
| 3883 | #endif /* not HAVE_XFT */ | 3881 | #endif /* not HAVE_XFT */ |
| 3884 | #endif /* HAVE_FREETYPE */ | 3882 | #endif /* HAVE_FREETYPE */ |
| 3885 | #endif /* not USE_CAIRO */ | 3883 | #endif /* not USE_CAIRO */ |
| @@ -6364,8 +6362,6 @@ x_create_tip_frame (struct x_display_info *dpyinfo, Lisp_Object parms) | |||
| 6364 | #ifdef HAVE_HARFBUZZ | 6362 | #ifdef HAVE_HARFBUZZ |
| 6365 | register_font_driver (&xfthbfont_driver, f); | 6363 | register_font_driver (&xfthbfont_driver, f); |
| 6366 | #endif | 6364 | #endif |
| 6367 | #else /* not HAVE_XFT */ | ||
| 6368 | register_font_driver (&ftxfont_driver, f); | ||
| 6369 | #endif /* not HAVE_XFT */ | 6365 | #endif /* not HAVE_XFT */ |
| 6370 | #endif /* HAVE_FREETYPE */ | 6366 | #endif /* HAVE_FREETYPE */ |
| 6371 | #endif /* not USE_CAIRO */ | 6367 | #endif /* not USE_CAIRO */ |