shithub: freetype+ttf2subf

Download patch

ref: ab22b43bac0a4a81738095fc26a2e0249e420c47
parent: 4e07516e90cac3e07938fd4e7d32a8c7b286544d
author: Werner Lemberg <[email protected]>
date: Wed Dec 14 13:34:55 EST 2016

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

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-12-14  Werner Lemberg  <[email protected]>
+
+	* src/truetype/ttgxvar.c (tt_get_var_blend): Fix compiler warning.
+
 2016-12-14  Dave Arnold  <[email protected]>
 	    Werner Lemberg  <[email protected]>
 
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -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;