From 48ed2487370aca79af535ea0247b983d3569dd2a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 15 Jan 2006 04:06:31 +0000 Subject: [PATCH] Remove unused function --- etc/inc/pfsense-utils.inc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 11bfec590b..a648d13850 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -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("", "", $xmlconfig); - return $xmlconfig; -} - /* * backup_config_section($section): returns as an xml file string of * the configuration section