(xft_find_metric): Delete unused variable.
authorhanda <handa>
Thu, 24 Jun 2004 02:43:29 +0000 (02:43 +0000)
committerhanda <handa>
Thu, 24 Jun 2004 02:43:29 +0000 (02:43 +0000)
src/m17n-X.c

index 77b466c..eb41483 100644 (file)
@@ -1614,7 +1614,6 @@ xft_find_metric (MRealizedFont *rfont, MGlyphString *gstring,
 {
   MFTInfo *ft_info = rfont->info;
   MXftFontInfo *font_info = ft_info->extra_info;
-  FT_Face ft_face = ft_info->ft_face;
   MGlyph *g = MGLYPH (from), *gend = MGLYPH (to);
 
   for (; g != gend; g++)