delete a function that is not called

This commit is contained in:
Jamie Cameron
2026-08-04 15:44:53 -07:00
parent 0bd586c9f2
commit 0d11ef7bdf

View File

@@ -11,7 +11,6 @@ use WebminCore;
# Get the version
$shorewall_version = &get_shorewall_version(0);
%shorewall_config = &read_shorewall_config();
#&dump_shorewall_config();
# get access permissions
%access = &get_module_acl();
@@ -55,15 +54,6 @@ close(SHOREWALL_CONF);
return @ret;
}
# dump_shorewall_config()
# - Debugging code
sub dump_shorewall_config
{
for (sort keys %shorewall_config) {
print STDERR "$_=$shorewall_config{$_}\n";
}
}
# shorewall_config(var)
sub shorewall_config
{