]> git.wh0rd.org - fontconfig.git/commitdiff
Remove references to FcConfigParse and FcConfigLoad.
authorKeith Packard <keithp@koto.keithp.com>
Sun, 4 Nov 2007 05:53:12 +0000 (22:53 -0700)
committerKeith Packard <keithp@koto.keithp.com>
Sun, 4 Nov 2007 05:53:12 +0000 (22:53 -0700)
These functions no longer exist.

doc/fcconfig.fncs

index 3c3ea06a605f0929a7c7ad956693c507eb267073..0081d06575f7648b9c111fccc49870532186d87c 100644 (file)
@@ -121,7 +121,6 @@ filesystem.
 @PURPOSE@      Get config files
 @DESC@
 Returns the list of known configuration files used to generate <parameter>config</parameter>.
-Note that this will not include any configuration done with FcConfigParse.
 @@
 
 @RET@           char *
@@ -319,6 +318,6 @@ FC_CONFIG_DIR environment variable.
 @DESC@
 Walks the configuration in 'file' and constructs the internal representation
 in 'config'.  Any include files referenced from within 'file' will be loaded
-with FcConfigLoad and also parsed.  If 'complain' is FcFalse, no warning
+and parsed.  If 'complain' is FcFalse, no warning
 will be displayed if 'file' does not exist.
 @@