[pango/harfbuzz-ng] [HB] Remove unused methods



commit 2b57f9a6cbaeee708d19a4eda410fef15e4738c5
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue May 19 23:43:04 2009 -0400

    [HB] Remove unused methods
---
 pango/opentype/hb-ot-layout-common-private.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/pango/opentype/hb-ot-layout-common-private.h b/pango/opentype/hb-ot-layout-common-private.h
index a805f48..0905351 100644
--- a/pango/opentype/hb-ot-layout-common-private.h
+++ b/pango/opentype/hb-ot-layout-common-private.h
@@ -191,12 +191,6 @@ struct Lookup {
     return subTable.len;
   }
 
-  inline bool is_right_to_left	(void) const { return lookupFlag & LookupFlag::RightToLeft; }
-  inline bool ignore_base_glyphs(void) const { return lookupFlag & LookupFlag::IgnoreBaseGlyphs; }
-  inline bool ignore_ligatures	(void) const { return lookupFlag & LookupFlag::IgnoreLigatures; }
-  inline bool ignore_marks	(void) const { return lookupFlag & LookupFlag::IgnoreMarks; }
-  inline unsigned int get_mark_attachment_type (void) const { return lookupFlag & LookupFlag::MarkAttachmentType; }
-
   inline unsigned int get_type (void) const { return lookupType; }
   inline unsigned int get_flag (void) const { return lookupFlag; }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]