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.
This commit is contained in:
Keith Packard 2006-09-17 13:50:31 -07:00
parent b9cc1c4ed8
commit 6262fefe54
1 changed files with 0 additions and 11 deletions

View File

@ -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 with FcConfigLoad and also parsed. If 'complain' is FcFalse, no warning
will be displayed if 'file' does not exist. 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.
@@