aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2007-04-25 12:07:07 +0000
committerKenichi Handa2007-04-25 12:07:07 +0000
commitabb610f269800709927b7d93c33301497ac4e2ce (patch)
tree61e1d59c24c1a556d3c62cdb89c3cba982bb2835 /src
parent4582742d0b4d948836dd40aa833833d3c935d843 (diff)
downloademacs-abb610f269800709927b7d93c33301497ac4e2ce.tar.gz
emacs-abb610f269800709927b7d93c33301497ac4e2ce.zip
(ftfont_driver): Delete font_otf_gsub and
font_otf_gpos, add font_drive_otf.
Diffstat (limited to 'src')
-rw-r--r--src/ftfont.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ftfont.c b/src/ftfont.c
index 0853b8af67f..9ecd05601ae 100644
--- a/src/ftfont.c
+++ b/src/ftfont.c
@@ -301,8 +301,7 @@ struct font_driver ftfont_driver =
301 ftfont_anchor_point, 301 ftfont_anchor_point,
302#ifdef HAVE_LIBOTF 302#ifdef HAVE_LIBOTF
303 font_otf_capability, 303 font_otf_capability,
304 font_otf_gsub, 304 font_drive_otf,
305 font_otf_gpos
306#else 305#else
307 NULL, 306 NULL,
308 NULL, 307 NULL,