Defaulting <cachedir> to LOCAL_APPDATA_FONTCONFIG_CACHE for Win32 build
[platform/upstream/fontconfig.git] / fc-scan / fc-scan.c
index c852e0d..5638b51 100644 (file)
@@ -126,12 +126,6 @@ main (int argc, char **argv)
     if (i == argc)
        usage (argv[0], 1);
 
-    if (!FcInit ())
-    {
-       fprintf (stderr, "Can't init font config library\n");
-       return 1;
-    }
-
     fs = FcFontSetCreate ();
 
     for (; i < argc; i++)