]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcfreetype.c
Eliminate unused vars reported by Intel's compiler.
[fontconfig.git] / src / fcfreetype.c
index cc73f5ce4154993887855a52e35f2e1ead6be152..4ce9f961c6259684e3fb51e006e3048271fc1985 100644 (file)
@@ -2433,7 +2433,7 @@ FcFreeTypeCheckGlyph (FT_Face face, FcChar32 ucs4,
 FcCharSet *
 FcFreeTypeCharSetAndSpacing (FT_Face face, FcBlanks *blanks, int *spacing)
 {
-    FcChar32       page, off, max, ucs4;
+    FcChar32       page, off, ucs4;
 #ifdef CHECK
     FcChar32       font_max = 0;
 #endif
@@ -2514,7 +2514,6 @@ FcFreeTypeCharSetAndSpacing (FT_Face face, FcBlanks *blanks, int *spacing)
        {
            FT_UInt gindex;
          
-           max = fcFontDecoders[o].max;
            /*
             * Find the first encoded character in the font
             */