]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcfreetype.c
delete unused variables
[fontconfig.git] / src / fcfreetype.c
index d37af2d0eff9113a5a8ae74467016e3dd346c712..56ee380cd649c7894c99a175803df6e2e2b59778 100644 (file)
@@ -2869,14 +2869,11 @@ GetScriptTags(FT_Face face, FT_ULong tabletag, FT_ULong **stags)
     FT_Stream  stream = face->stream;
     FT_Error   error;
     FT_UShort  n, p;
-    FT_Memory  memory;
     int        script_count;
 
     if (!stream)
         return 0;
 
-    memory = stream->memory;
-
     if (( error = ftglue_face_goto_table( face, tabletag, stream ) ))
        return 0;