1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-28 23:14:57 +03:00

Undeprecate schema init functions

These functions aren't called from xmlInitParser, so it's better to keep
them public for now.
This commit is contained in:
Nick Wellnhofer
2022-03-06 23:19:04 +01:00
parent 8d06ccd479
commit 2070ade6df
4 changed files with 0 additions and 8 deletions

View File

@@ -30,7 +30,6 @@ typedef enum {
XML_SCHEMA_WHITESPACE_COLLAPSE = 3
} xmlSchemaWhitespaceValueType;
XML_DEPRECATED
XMLPUBFUN void XMLCALL
xmlSchemaInitTypes (void);
XML_DEPRECATED