From 9b044bc8eb94c832e7b2cb6e4569baa8e22c5721 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 23 Mar 2024 16:21:34 +0100 Subject: [PATCH] header.pl: Remove unused function "is_modem" Signed-off-by: Michael Tremer --- config/cfgroot/header.pl | 7 ------- 1 file changed, 7 deletions(-) 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 { -- 2.39.5