summaryrefslogtreecommitdiff
path: root/fc-cache/fc-cache.c
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2005-09-23 05:59:19 +0000
committerPatrick Lam <plam@MIT.EDU>2005-09-23 05:59:19 +0000
commitf28f090d2537fc7dcc4fe71a84020a53d14027b4 (patch)
tree56bffdb2a1e82d8395cad9eb1ee56f29644b396e /fc-cache/fc-cache.c
parenta9698bed6553c12d397593292ee9e81054244e85 (diff)
Add new command-line utility, fc-cat, to convert fonts.cache-2 files into
fonts.cache-1 files (e.g. for grepping and validation of the mmap codepath), as per James Cloos' request. Remove done 'TODO' comment. Updates for development release 2.3.90.
Diffstat (limited to 'fc-cache/fc-cache.c')
-rw-r--r--fc-cache/fc-cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fc-cache/fc-cache.c b/fc-cache/fc-cache.c
index fed64295..20c7c95b 100644
--- a/fc-cache/fc-cache.c
+++ b/fc-cache/fc-cache.c
@@ -269,7 +269,6 @@ main (int argc, char **argv)
if (systemOnly)
FcConfigEnableHome (FcFalse);
- /* need to use FcInitLoadConfig when we use dirs */
config = FcInitLoadConfig ();
if (!config)
{