fixup: remove a hack

This bug that this hack is working around has been
fixed in freetype now.
This commit is contained in:
Matthias Clasen 2017-12-18 13:50:23 -05:00 committed by Behdad Esfahbod
parent 1b5677ad6d
commit 5c7f07d4ea

View file

@ -2269,8 +2269,6 @@ cairo_ft_apply_variations (FT_Face face,
FT_Error ret;
ret = FT_Get_MM_Var (face, &ft_mm_var);
if (ret != 0) /* FIXME: the first FT_Get_MM_Var call on an FT_Face fails, so try again */
ret = FT_Get_MM_Var (face, &ft_mm_var);
if (ret == 0) {
FT_Fixed *coords;
unsigned int i;