From: Kenichi Handa Date: Wed, 25 Apr 2007 12:07:07 +0000 (+0000) Subject: (ftfont_driver): Delete font_otf_gsub and X-Git-Tag: emacs-pretest-23.0.90~8295^2~534 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=abb610f269800709927b7d93c33301497ac4e2ce;p=emacs.git (ftfont_driver): Delete font_otf_gsub and font_otf_gpos, add font_drive_otf. --- 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 = ftfont_anchor_point, #ifdef HAVE_LIBOTF font_otf_capability, - font_otf_gsub, - font_otf_gpos + font_drive_otf, #else NULL, NULL,