summaryrefslogtreecommitdiff
path: root/pango/pango-ot-info.c
diff options
context:
space:
mode:
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. */
-}