[cff2] Remove unused typedef

This commit is contained in:
Behdad Esfahbod 2022-12-02 14:43:37 -07:00
parent 3ade2ffaa5
commit b33297ee26
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ struct blend_arg_t : number_t
hb_vector_t<number_t> deltas;
};
typedef interp_env_t<blend_arg_t> BlendInterpEnv;
typedef biased_subrs_t<CFF2Subrs> cff2_biased_subrs_t;
template <typename ELEM>