1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-01 13:41:39 +03:00

Stop calling deprecated libxml2 init functions

This commit is contained in:
Nick Wellnhofer
2022-03-18 15:03:44 +01:00
parent fbec07736b
commit 22f12ce58e
4 changed files with 0 additions and 4 deletions

View File

@ -1279,7 +1279,6 @@ void initlibxsltmod(void) {
* Specific XSLT initializations
*/
libxslt_xsltErrorInitialize();
xmlInitMemory();
xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
xmlDefaultSAXHandler.cdataBlock = NULL;
/*