mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove unused function
This commit is contained in:
parent
1edd275e89
commit
48ed248737
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user