From: Michael Tremer Date: Sat, 23 Mar 2024 15:21:34 +0000 (+0100) Subject: header.pl: Remove unused function "is_modem" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b044bc8eb94c832e7b2cb6e4569baa8e22c5721;p=people%2Fms%2Fipfire-2.x.git header.pl: Remove unused function "is_modem" Signed-off-by: Michael Tremer --- diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index cc53169a5..d583a22c6 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -166,13 +166,6 @@ sub blue_used () { return 0; } -sub is_modem { - if ($ethsettings{'CONFIG_TYPE'} =~ /^[0]$/) { - return 1; - } - return 0; -} - ### Initialize menu sub genmenu {