* src/type1/t1driver.c (Get_Interface): Remove FT_UNUSED for

t1_interface.  t1_interface is used.
This commit is contained in:
Werner Lemberg 2003-12-05 10:24:59 +00:00
parent 3681ce29eb
commit 7744b88691
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-12-04 Masatake YAMATO <jet@gyve.org>
* src/type1/t1driver.c (Get_Interface): Remove FT_UNUSED for
t1_interface. t1_interface is used.
2003-11-27 David Turner <david@freetype.org>
* src/pfr/pfrdrivr.c (pfr_get_metrics): Revert incorrect change of

View File

@ -189,7 +189,6 @@
const FT_String* t1_interface )
{
FT_UNUSED( driver );
FT_UNUSED( t1_interface );
return ft_service_list_lookup( t1_services, t1_interface );
}