remove unused function from xmlparse.inc

This commit is contained in:
Ad Schellevis 2015-03-31 16:20:18 +00:00
parent 7eeea9e550
commit dc9876990b

View File

@ -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";