(mfont__lookup_fontset): Delete local variable
authorhanda <handa>
Thu, 27 May 2004 08:53:07 +0000 (08:53 +0000)
committerhanda <handa>
Thu, 27 May 2004 08:53:07 +0000 (08:53 +0000)
font_group.

src/fontset.c

index 541b05d..d42a44e 100644 (file)
@@ -483,7 +483,7 @@ mfont__lookup_fontset (MRealizedFontset *realized, MGlyph *g, int *num,
 {
   MFrame *frame = realized->frame;
   MCharset *preferred_charset = (charset == Mnil ? NULL : MCHARSET (charset));
-  MPlist *per_charset, *per_script, *per_lang, *font_group;
+  MPlist *per_charset, *per_script, *per_lang;
   MPlist *font_groups[256], *plist;
   int n_font_group = 0;
   MRealizedFont *rfont;