Remove unused function

This commit is contained in:
Scott Ullrich 2006-01-15 04:06:31 +00:00
parent 1edd275e89
commit 48ed248737

View File

@ -895,18 +895,6 @@ function backup_config_section($section) {
return $xmlconfig;
}
/*
* backup_config_ts_scheduler(): returns the traffic shaper scheduler for backup
*/
function backup_config_ts_scheduler() {
global $config;
$new_section = &$config['system']['schedulertype'];
/* generate configuration XML */
$xmlconfig = dump_xml_config($new_section, $section);
$xmlconfig = str_replace("<?xml version=\"1.0\"?>", "", $xmlconfig);
return $xmlconfig;
}
/*
* backup_config_section($section): returns as an xml file string of
* the configuration section