]> git.wh0rd.org - fontconfig.git/blobdiff - fc-cat/fc-cat.c
More stub definitions and remove FcFileIsDir from fc-cat.
[fontconfig.git] / fc-cat / fc-cat.c
index 0bcc4854344a8fa77fed085fc38473565ac8b376..24f8a44d5f9e80b8a2ab336dfb6d628da2309f3c 100644 (file)
@@ -377,16 +377,6 @@ bail2:
     return FcFalse;
 }
 
-FcBool
-FcFileIsDir (const FcChar8 *file)
-{
-    struct stat            statb;
-
-    if (stat ((const char *) file, &statb) != 0)
-       return FcFalse;
-    return S_ISDIR(statb.st_mode);
-}
-
 int
 main (int argc, char **argv)
 {