Commit e2196365 authored by Franco Fichtner's avatar Franco Fichtner

backup: purge now unused function

parent feb9e722
......@@ -1402,20 +1402,6 @@ function unmute_kernel_msgs()
exec('/sbin/conscontrol mute off');
}
function is_interface_vlan_mismatch()
{
global $config;
if (isset($config['vlans']['vlan'])) {
foreach ($config['vlans']['vlan'] as $vlan) {
if (does_interface_exist($vlan['if']) == false)
return true;
}
}
return false;
}
function is_interface_mismatch()
{
global $config;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment