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.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/font.c')
| -rw-r--r-- | src/font.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c index 2b90903c909..bb39aef92d5 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -5545,7 +5545,6 @@ cause Xft crashes. Only has an effect in Xft builds. */); | |||
| 5545 | #ifdef USE_CAIRO | 5545 | #ifdef USE_CAIRO |
| 5546 | syms_of_ftcrfont (); | 5546 | syms_of_ftcrfont (); |
| 5547 | #else | 5547 | #else |
| 5548 | syms_of_ftxfont (); | ||
| 5549 | #ifdef HAVE_XFT | 5548 | #ifdef HAVE_XFT |
| 5550 | syms_of_xftfont (); | 5549 | syms_of_xftfont (); |
| 5551 | #endif /* HAVE_XFT */ | 5550 | #endif /* HAVE_XFT */ |