summaryrefslogtreecommitdiff
path: root/fc-cat
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2006-03-03 18:19:04 +0000
committerPatrick Lam <plam@MIT.EDU>2006-03-03 18:19:04 +0000
commitead55be0eddcaa60ed3f7147091ada276e891ed9 (patch)
tree6b5508233b3be7fa6b0ccc5e737175e5b90babf6 /fc-cat
parentc003f5aec37e099d7f5a88d29cc4b2d5f1d002eb (diff)
More stub definitions and remove FcFileIsDir from fc-cat.
Diffstat (limited to 'fc-cat')
-rw-r--r--fc-cat/fc-cat.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/fc-cat/fc-cat.c b/fc-cat/fc-cat.c
index 0bcc4854..24f8a44d 100644
--- a/fc-cat/fc-cat.c
+++ b/fc-cat/fc-cat.c
@@ -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)
{