* src/truetype/ttgxvar.c (tt_get_var_blend): Fix compiler warning.

Harmony
Werner Lemberg 8 years ago
parent 4e07516e90
commit ab22b43bac
  1. 4
      ChangeLog
  2. 3
      src/truetype/ttgxvar.c

@ -1,3 +1,7 @@
2016-12-14 Werner Lemberg <wl@gnu.org>
* src/truetype/ttgxvar.c (tt_get_var_blend): Fix compiler warning.
2016-12-14 Dave Arnold <darnold@adobe.com>
Werner Lemberg <wl@gnu.org>

@ -2248,9 +2248,6 @@
FT_UInt *num_coords,
FT_Fixed* *coords )
{
FT_Error error = FT_Err_Ok;
if ( face->blend )
{
*num_coords = face->blend->num_axis;

Loading…
Cancel
Save