* src/truetype/ttobjs.c: fixed typo that prevented compilation when

disabling both the unpatented and the bytecode interpreter in the
        TrueType font driver
This commit is contained in:
David Turner 2007-01-23 16:14:38 +00:00
parent b6de8d1d3f
commit 741a17e82b
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2007-01-23 David Turner <david@freetype.org>
* src/truetype/ttobjs.c: fixed typo that prevented compilation when
disabling both the unpatented and the bytecode interpreter in the
TrueType font driver
* src/autofit/aflatin.c, src/autofit/aftypes.h, src/autofit/afwarp.h,
src/autofit/afwarp.c: fix and enable the warper to improve "light"
hinting mode. This is not necessarily a final version, but it seems

View File

@ -704,7 +704,7 @@
FT_LOCAL_DEF( FT_Error )
tt_size_ready_bytecode( TT_Size size )
{
FT_UNUSED( ftsize );
FT_UNUSED( size );
return 0;
}