X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcfreetype.c;fp=src%2Ffcfreetype.c;h=56ee380cd649c7894c99a175803df6e2e2b59778;hb=621f3113124ec3b204cd2fa93c859e5ba749a916;hp=d37af2d0eff9113a5a8ae74467016e3dd346c712;hpb=9d6f4f01d780864405177cee44b38981d09d48b4;p=fontconfig.git diff --git a/src/fcfreetype.c b/src/fcfreetype.c index d37af2d..56ee380 100644 --- a/src/fcfreetype.c +++ b/src/fcfreetype.c @@ -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;