summaryrefslogtreecommitdiffstats
path: root/src/rccxml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rccxml.c')
-rw-r--r--src/rccxml.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rccxml.c b/src/rccxml.c
index a864b36..82c3cd3 100644
--- a/src/rccxml.c
+++ b/src/rccxml.c
@@ -89,7 +89,6 @@ int rccXmlInit(int LoadConfiguration) {
rcc_engine *engine;
xmlInitParser();
- xmlInitCharEncodingHandlers();
xmlKeepBlanksDefault(0);
if (LoadConfiguration) {
@@ -243,7 +242,6 @@ void rccXmlFree() {
xmlctx = NULL;
}
- xmlCleanupCharEncodingHandlers();
xmlCleanupParser();
}