summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2014-03-26 12:22:02 +0900
committerAkira TAGOH <akira@tagoh.org>2014-03-26 12:22:02 +0900
commitfff91eee7df5a71ed9a63a4b6e3b02c14eaf9cb3 (patch)
treed8bbd2994efc48b4e6764fcfe3c33139105a6a40
parent3cd573fc1fb67db75cd356cad3e901d24af1ce8a (diff)
Fix a build issue with freetype <2.5.1
-rw-r--r--src/fcfreetype.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fcfreetype.c b/src/fcfreetype.c
index 53f0c91..d0932b3 100644
--- a/src/fcfreetype.c
+++ b/src/fcfreetype.c
@@ -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)