* src/truetype/ttinterp.c (Null_Vector, NULL_Vector): Removed,

unused.
This commit is contained in:
Werner Lemberg 2007-06-01 20:51:11 +00:00
parent 4d2815db50
commit c793d90fca
2 changed files with 5 additions and 9 deletions

View File

@ -1,3 +1,8 @@
2007-06-01 Sean McBride <sean@rogue-research.com>
* src/truetype/ttinterp.c (Null_Vector, NULL_Vector): Removed,
unused.
2007-06-01 Werner Lemberg <wl@gnu.org>
* src/cid/cidparse.c (cid_parser_new): Don't continue second search

View File

@ -1127,17 +1127,8 @@
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
};
static
const FT_Vector Null_Vector = {0,0};
#undef PACK
#undef NULL_Vector
#define NULL_Vector (FT_Vector*)&Null_Vector
#if 1
static FT_Int32