From: Michael Tremer Date: Sat, 23 Mar 2024 18:21:56 +0000 (+0100) Subject: header.pl: Remove unused openpagewithoutmenu function X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d716ad52a71d69ba4c574b7c80aaf879ce99e0f2;p=people%2Fms%2Fipfire-2.x.git header.pl: Remove unused openpagewithoutmenu function Signed-off-by: Michael Tremer --- diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index 9b35c55b1..e62d351a4 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -293,17 +293,6 @@ END ; } -############################################################################### -# -# print page opening html layout without menu -# @param page title -# @param boh -# @param extra html code for html head section -sub openpagewithoutmenu { - openpage(shift,shift,shift,1); - return; -} - ############################################################################### # # print page closing html layout