Commit dc987699 authored by Ad Schellevis's avatar Ad Schellevis

remove unused function from xmlparse.inc

parent 7eeea9e5
......@@ -297,17 +297,6 @@ function dump_xml_config($arr, $rootobj) {
return dump_xml_config_raw($arr, $rootobj);
}
function dump_xml_config_pkg($arr, $rootobj) {
global $listtags;
$listtags = listtags_pkg();
if (isset($GLOBALS['custom_listtags_pkg'])) {
foreach($GLOBALS['custom_listtags_pkg'] as $tag) {
$listtags[$tag] = $tag;
}
}
return dump_xml_config_raw($arr, $rootobj);
}
function dump_xml_config_raw($arr, $rootobj) {
$xmlconfig = "<?xml version=\"1.0\"?" . ">\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment