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/font.h | |
| 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/font.h')
| -rw-r--r-- | src/font.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/font.h b/src/font.h index 633d92709c5..0561e3c83f5 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -69,8 +69,8 @@ INLINE_HEADER_BEGIN | |||
| 69 | 69 | ||
| 70 | enum font_property_index | 70 | enum font_property_index |
| 71 | { | 71 | { |
| 72 | /* FONT-TYPE is a symbol indicating a font backend; currently `x', | 72 | /* FONT-TYPE is a symbol indicating a font backend; currently `x' |
| 73 | `xft', and `ftx' are available on X, `uniscribe' and `gdi' on | 73 | and `xft' are available on X, `uniscribe' and `gdi' on |
| 74 | Windows, and `ns' under Cocoa / GNUstep. */ | 74 | Windows, and `ns' under Cocoa / GNUstep. */ |
| 75 | FONT_TYPE_INDEX, | 75 | FONT_TYPE_INDEX, |
| 76 | 76 | ||
| @@ -938,7 +938,6 @@ extern void syms_of_ftfont (void); | |||
| 938 | extern struct font_driver const xfont_driver; | 938 | extern struct font_driver const xfont_driver; |
| 939 | extern Lisp_Object xfont_get_cache (struct frame *); | 939 | extern Lisp_Object xfont_get_cache (struct frame *); |
| 940 | extern void syms_of_xfont (void); | 940 | extern void syms_of_xfont (void); |
| 941 | extern void syms_of_ftxfont (void); | ||
| 942 | #ifdef HAVE_XFT | 941 | #ifdef HAVE_XFT |
| 943 | extern struct font_driver const xftfont_driver; | 942 | extern struct font_driver const xftfont_driver; |
| 944 | #ifdef HAVE_HARFBUZZ | 943 | #ifdef HAVE_HARFBUZZ |
| @@ -946,7 +945,6 @@ extern struct font_driver xfthbfont_driver; | |||
| 946 | #endif /* HAVE_HARFBUZZ */ | 945 | #endif /* HAVE_HARFBUZZ */ |
| 947 | #endif | 946 | #endif |
| 948 | #if defined HAVE_FREETYPE || defined HAVE_XFT | 947 | #if defined HAVE_FREETYPE || defined HAVE_XFT |
| 949 | extern struct font_driver const ftxfont_driver; | ||
| 950 | extern void syms_of_xftfont (void); | 948 | extern void syms_of_xftfont (void); |
| 951 | #endif | 949 | #endif |
| 952 | #ifdef HAVE_BDFFONT | 950 | #ifdef HAVE_BDFFONT |