X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=lib%2F3rdparty%2Ffreetype%2Fsrc%2Fcid%2Fcidgload.c;h=81742d167a15c65bac140ab94e4e4d1b4a27792f;hp=ea61b4e128369eb4faecbfddfe9632eb479cd907;hb=b726d7355f0aa394852fa8c56e59cfc9bbc4293c;hpb=f819794d7d55fe311c0f81d47d2b51bc74f65af3 diff --git a/lib/3rdparty/freetype/src/cid/cidgload.c b/lib/3rdparty/freetype/src/cid/cidgload.c index ea61b4e1283..81742d167a1 100644 --- a/lib/3rdparty/freetype/src/cid/cidgload.c +++ b/lib/3rdparty/freetype/src/cid/cidgload.c @@ -272,7 +272,6 @@ FT_Int32 load_flags ) { CID_GlyphSlot glyph = (CID_GlyphSlot)cidglyph; - CID_Size size = (CID_Size)cidsize; FT_Error error; T1_DecoderRec decoder; CID_Face face = (CID_Face)cidglyph->face; @@ -375,7 +374,7 @@ cidglyph->format = FT_GLYPH_FORMAT_OUTLINE; - if ( size && cidsize->metrics.y_ppem < 24 ) + if ( cidsize->metrics.y_ppem < 24 ) cidglyph->outline.flags |= FT_OUTLINE_HIGH_PRECISION; /* apply the font matrix */