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 /admin | |
| 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 'admin')
| -rw-r--r-- | admin/notes/font-backend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/notes/font-backend b/admin/notes/font-backend index 7572182a844..644bacfbef0 100644 --- a/admin/notes/font-backend +++ b/admin/notes/font-backend | |||
| @@ -15,8 +15,6 @@ The new files are: | |||
| 15 | device-independent methods of struct font_driver. | 15 | device-independent methods of struct font_driver. |
| 16 | xftfont.c -- font-driver on X using Xft for FreeType fonts | 16 | xftfont.c -- font-driver on X using Xft for FreeType fonts |
| 17 | utilizing methods provided by ftfont.c. | 17 | utilizing methods provided by ftfont.c. |
| 18 | ftxfont.c -- font-driver on X directly using FreeType fonts | ||
| 19 | utilizing methods provided by ftfont.c. | ||
| 20 | w32font.c -- font driver on w32 using Windows native fonts, | 18 | w32font.c -- font driver on w32 using Windows native fonts, |
| 21 | corresponding to xfont.c | 19 | corresponding to xfont.c |
| 22 | w32uniscribe.c -- font driver on w32, using the uniscribe API | 20 | w32uniscribe.c -- font driver on w32, using the uniscribe API |