summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fcfreetype.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fcfreetype.c b/src/fcfreetype.c
index 52395c6..5f032e1 100644
--- a/src/fcfreetype.c
+++ b/src/fcfreetype.c
@@ -792,7 +792,6 @@ FcFreeTypeQuery (const FcChar8 *file,
if (FT_Get_PS_Font_Info(face, &psfontinfo) == 0)
{
-#if 0
if (weight == -1 && psfontinfo.weight)
{
weight = FcIsWeight (psfontinfo.weight);
@@ -800,7 +799,6 @@ FcFreeTypeQuery (const FcChar8 *file,
printf ("\tType1 weight %s maps to %d\n",
psfontinfo.weight, weight);
}
-#endif
#if 0
/*