summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-15 04:06:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-15 04:06:31 +0000
commit48ed2487370aca79af535ea0247b983d3569dd2a (patch)
tree7ce2e2cf6f1ddfca486276f42acf3b0c83bd6417 /etc/inc/pfsense-utils.inc
parent1edd275e8936bdcc5fa251a68670daf3a0a03010 (diff)
downloadpfsense-48ed2487370aca79af535ea0247b983d3569dd2a.zip
pfsense-48ed2487370aca79af535ea0247b983d3569dd2a.tar.gz
Remove unused function
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 11bfec5..a648d13 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -896,18 +896,6 @@ function backup_config_section($section) {
}
/*
- * 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
*/
OpenPOWER on IntegriCloud