shithub: freetype+ttf2subf

Download patch

ref: f0b752072d44361f3b159d3a69485633ca5b2fb3
parent: 4e1f5a663c350b15c504c9fb066032b220d84453
author: Werner Lemberg <[email protected]>
date: Fri Dec 5 05:24:59 EST 2003

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

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-04  Masatake YAMATO  <[email protected]>
+
+	* src/type1/t1driver.c (Get_Interface): Remove FT_UNUSED for
+	t1_interface.  t1_interface is used.
+
 2003-11-27  David Turner  <[email protected]>
 
 	* src/pfr/pfrdrivr.c (pfr_get_metrics): Revert incorrect change of
--- a/src/type1/t1driver.c
+++ b/src/type1/t1driver.c
@@ -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 );
   }