]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcmatch.c
Make path names in cache files absolute (NB, cache format change) Stop
[fontconfig.git] / src / fcmatch.c
index e3748e50aaf76418360087561eef7e012347f3ad..88feb8a9fd7c1571427fcf22a84f981ee284dfd0 100644 (file)
@@ -495,9 +495,6 @@ FcFontRenderPrepare (FcConfig           *config,
                           FcValueCanonicalize(&FcValueListPtrU(pe->values)->value), FcTrue);
     }
 
-    if (FcPatternFindElt (font, FC_FILE))
-       FcPatternTransferFullFname (new, font);
-
     FcConfigSubstituteWithPat (config, new, pat, FcMatchFont);
     return new;
 }