mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 00:58:02 +02:00
fixup: remove a hack
This bug that this hack is working around has been fixed in freetype now.
This commit is contained in:
parent
1b5677ad6d
commit
5c7f07d4ea
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue