[pango] [HB] Remove hb_ot_layout_table_find_feature()
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pango] [HB] Remove hb_ot_layout_table_find_feature()
- Date: Mon, 10 Aug 2009 13:38:14 +0000 (UTC)
commit 0956094754c054a9cafc7ead4bac24ca2c77439a
Author: Behdad Esfahbod <behdad behdad org>
Date: Sat Aug 8 16:57:27 2009 -0400
[HB] Remove hb_ot_layout_table_find_feature()
That function doesn't make much sense as multiple features in the table may
have the same tag.
pango/opentype/hb-ot-layout.cc | 16 ----------------
pango/opentype/hb-ot-layout.h | 6 ------
2 files changed, 0 insertions(+), 22 deletions(-)
---
diff --git a/pango/opentype/hb-ot-layout.cc b/pango/opentype/hb-ot-layout.cc
index 125cff7..fd7deb6 100644
--- a/pango/opentype/hb-ot-layout.cc
+++ b/pango/opentype/hb-ot-layout.cc
@@ -382,22 +382,6 @@ hb_ot_layout_table_get_feature_tags (hb_face_t *face,
return g.get_feature_tags (feature_count, feature_tags);
}
-hb_bool_t
-hb_ot_layout_table_find_feature (hb_face_t *face,
- hb_tag_t table_tag,
- hb_tag_t feature_tag,
- unsigned int *feature_index)
-{
- ASSERT_STATIC (NO_INDEX == HB_OT_LAYOUT_NO_FEATURE_INDEX);
- const GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
-
- if (g.find_feature_index (feature_tag, feature_index))
- return TRUE;
-
- if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX;
- return FALSE;
-}
-
hb_bool_t
hb_ot_layout_script_get_language_tags (hb_face_t *face,
diff --git a/pango/opentype/hb-ot-layout.h b/pango/opentype/hb-ot-layout.h
index d9eb057..7b1ed6a 100644
--- a/pango/opentype/hb-ot-layout.h
+++ b/pango/opentype/hb-ot-layout.h
@@ -117,12 +117,6 @@ hb_ot_layout_table_get_feature_tags (hb_face_t *face,
hb_tag_t *feature_tags /* OUT */);
hb_bool_t
-hb_ot_layout_table_find_feature (hb_face_t *face,
- hb_tag_t table_tag,
- hb_tag_t feature_tag,
- unsigned int *feature_index);
-
-hb_bool_t
hb_ot_layout_script_get_language_tags (hb_face_t *face,
hb_tag_t table_tag,
unsigned int script_index,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]