summaryrefslogtreecommitdiff
path: root/pango/pango-ot-info.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-08-23 20:42:03 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-08-23 23:15:24 -0400
commit6d6c556e9c725a4a69a94dbe045463ea4b855e4a (patch)
tree36d1398557a7baad27a1ff9ebc184303b961afe5 /pango/pango-ot-info.c
parentebec5460f452115e9551761b60ae389dacc46185 (diff)
downloadpango-6d6c556e9c725a4a69a94dbe045463ea4b855e4a.tar.gz
Deprecate pango-ot.h
Still needs document Deprecated tags to be done. Soon to add pango-hb.h
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r--pango/pango-ot-info.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c
index 8e497b7d..cd1778df 100644
--- a/pango/pango-ot-info.c
+++ b/pango/pango-ot-info.c
@@ -95,12 +95,6 @@ pango_ot_info_get (FT_Face face)
return info;
}
-hb_face_t *
-_pango_ot_info_get_hb_face (PangoOTInfo *info)
-{
- return info->hb_face;
-}
-
static hb_tag_t
get_hb_table_type (PangoOTTableType table_type)
{
@@ -318,19 +312,3 @@ pango_ot_info_list_features (PangoOTInfo *info,
return result;
}
-
-void
-_pango_ot_info_substitute (const PangoOTInfo *info,
- const PangoOTRuleset *ruleset,
- PangoOTBuffer *buffer)
-{
- /* Deprecated. */
-}
-
-void
-_pango_ot_info_position (const PangoOTInfo *info,
- const PangoOTRuleset *ruleset,
- PangoOTBuffer *buffer)
-{
- /* Deprecated. */
-}