X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fhb-face-private.hh;h=43e7b1cb3ff7edb99e8a3ce976c34431b539d154;hb=1c272a48507bb3c7905aa30d8bf0d092b474f781;hp=eb0e850aa87a6c45dfc619962bf2c1fa620cbf84;hpb=e3a9d0d2fe726180a0456893d22d4aaa3ddb8931;p=platform%2Fupstream%2Fharfbuzz.git diff --git a/src/hb-face-private.hh b/src/hb-face-private.hh index eb0e850..43e7b1c 100644 --- a/src/hb-face-private.hh +++ b/src/hb-face-private.hh @@ -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