Fix a build issue with freetype <2.5.1

This commit is contained in:
Akira TAGOH 2014-03-26 12:22:02 +09:00
parent 3cd573fc1f
commit fff91eee7d
1 changed files with 0 additions and 3 deletions

View File

@ -1108,10 +1108,7 @@ FcFreeTypeQueryFace (const FT_Face face,
FT_Error err;
FT_ULong len = 0, alen;
FcRange *r = NULL;
#if defined (HAVE_TT_OS2_USUPPEROPTICALPOINTSIZE) && defined (HAVE_TT_OS2_USLOWEROPTICALPOINTSIZE)
double lower_size = 0.0L, upper_size = DBL_MAX;
#endif
pat = FcPatternCreate ();
if (!pat)