* src/type1/t1driver.c (Get_Interface): Remove FT_UNUSED for
t1_interface. t1_interface is used.
This commit is contained in:
parent
4e1f5a663c
commit
f0b752072d
@ -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
|
||||
|
@ -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 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user