[Fontconfig] fontconfig: Branch 'master'

Akira TAGOH tagoh at kemper.freedesktop.org
Mon Dec 10 18:37:29 PST 2012


 fc-cache/fc-cache.c |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 36265aeebd637e75c7b84db107afd6a35eb485c1
Author: Akira TAGOH <akira at tagoh.org>
Date:   Tue Dec 11 11:37:23 2012 +0900

    Remove the dead code

diff --git a/fc-cache/fc-cache.c b/fc-cache/fc-cache.c
index 9fb383b..2206096 100644
--- a/fc-cache/fc-cache.c
+++ b/fc-cache/fc-cache.c
@@ -138,13 +138,6 @@ scanDirs (FcStrList *list, FcConfig *config, FcBool force, FcBool really_force,
 	    fflush (stdout);
 	}
 	
-	if (!dir)
-	{
-	    if (verbose)
-		printf ("skipping, no such directory\n");
-	    continue;
-	}
-	
 	if (FcStrSetMember (processed_dirs, dir))
 	{
 	    if (verbose)


More information about the Fontconfig mailing list