Remove references to FcConfigParse and FcConfigLoad.

These functions no longer exist.
This commit is contained in:
Keith Packard 2007-11-03 22:53:12 -07:00
parent fc141b492b
commit b4a3e83412
1 changed files with 1 additions and 2 deletions

View 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.
@@