From: Keith Packard Date: Sun, 17 Sep 2006 20:50:31 +0000 (-0700) Subject: Remove documentation for non-existant FcConfigNormalizeFontDir. X-Git-Tag: 2.4.2~19 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6262fefe54823476070053d53eb3f52fd516ebfe;p=fontconfig.git Remove documentation for non-existant FcConfigNormalizeFontDir. FcConfigNormalizeFontDir was present in some of the 2.3.9x release but not in the final 2.4 release. However, the documentation persisted. --- diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index db7ee02..3680b0e 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -290,14 +290,3 @@ in 'config'. Any include files referenced from within 'file' will be loaded with FcConfigLoad and also parsed. If 'complain' is FcFalse, no warning will be displayed if 'file' does not exist. @@ - -@RET@ const FcChar8 * -@FUNC@ FcConfigNormalizeFontDir -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ const FcChar8 * @ARG2@ dir -@PURPOSE@ normalize a font directory -@DESC@ -Converts the directory name given in 'dir' to a normal form, i.e. one -of the forms which are derived from the font directories specified -in the config file. -@@