Imported Upstream version 1.7.6
[platform/upstream/harfbuzz.git] / src / hb-face-private.hh
index eb0e850..43e7b1c 100644 (file)
@@ -54,13 +54,6 @@ struct hb_face_t {
   mutable unsigned int upem;           /* Units-per-EM. */
   mutable unsigned int num_glyphs;     /* Number of glyphs. */
 
-  enum dirty_t {
-    NOTHING    = 0x0000,
-    INDEX      = 0x0001,
-    UPEM       = 0x0002,
-    NUM_GLYPHS = 0x0004,
-  } dirty;
-
   struct hb_shaper_data_t shaper_data; /* Various shaper data. */
 
   /* Various non-shaping data. */
@@ -106,8 +99,6 @@ struct hb_face_t {
   HB_INTERNAL void load_num_glyphs (void) const;
 };
 
-HB_MARK_AS_FLAG_T (hb_face_t::dirty_t);
-
 extern HB_INTERNAL const hb_face_t _hb_face_nil;
 
 #define HB_SHAPER_DATA_CREATE_FUNC_EXTRA_ARGS