]> git.wh0rd.org - fontconfig.git/blobdiff - src/fclist.c
Make path names in cache files absolute (NB, cache format change) Stop
[fontconfig.git] / src / fclist.c
index 452268b789e6c757faf58d57d696e2d6b80c34f9..9aef84297150cb12c146fd4518e395b6a8f63412 100644 (file)
@@ -422,10 +422,6 @@ FcListAppend (FcListHashTable      *table,
        else
            defidx = 0;
 
-        /* Also, copy over the full path info. */
-       if (!strcmp (os->objects[o], FC_FILE))
-           FcPatternTransferFullFname (bucket->pattern, font);
-
        e = FcPatternFindElt (font, os->objects[o]);
        if (e)
        {