forked from minhngoc25a/freetype2
* src/truetype/ttgxvar.c (tt_get_var_blend): Fix compiler warning.
This commit is contained in:
parent
4e07516e90
commit
ab22b43bac
|
@ -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…
Reference in New Issue