Patch #8213 by Shunichi Fuji

Fixes crash with FT fonts in some cases, just removed unnused line of code.
This commit is contained in:
Ton Roosendaal
2008-09-19 14:18:41 +00:00
parent 6f9a254d61
commit a0504ac922

View File

@@ -404,8 +404,6 @@ static VFontData *objfnt_to_ftvfontdata(PackedFile * pf)
break;
lcode = charcode;
}
err = FT_Select_Charmap( face, FT_ENCODING_UNICODE );
return vfd;
}