diff --git a/src/opnsense/mvc/app/library/OPNsense/Firewall/ForwardRule.php b/src/opnsense/mvc/app/library/OPNsense/Firewall/ForwardRule.php index 4dd32c470..7d09289e0 100644 --- a/src/opnsense/mvc/app/library/OPNsense/Firewall/ForwardRule.php +++ b/src/opnsense/mvc/app/library/OPNsense/Firewall/ForwardRule.php @@ -69,25 +69,6 @@ class ForwardRule extends Rule ) ); - /** - * output parsing - * @param string $value field value - * @return string - */ - protected function parseIsComment($value) - { - return !empty($value) ? "#" : ""; - } - - /** - * parse comment - * @param string $value field value - * @return string - */ - protected function parseComment($value) - { - return !empty($value) ? "# " . $value : ""; - } /** * search interfaces without a gateway other then the one provided