From: Keith Packard Date: Sun, 4 Nov 2007 05:53:12 +0000 (-0700) Subject: Remove references to FcConfigParse and FcConfigLoad. X-Git-Tag: 2.4.92~21 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=b4a3e834126a3cac7fbf2212087825f886be1f1d Remove references to FcConfigParse and FcConfigLoad. These functions no longer exist. --- diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index 3c3ea06..0081d06 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -121,7 +121,6 @@ filesystem. @PURPOSE@ Get config files @DESC@ Returns the list of known configuration files used to generate config. -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. @@