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=203ba5b36b83c64ecbc896b8e1e5f01b9d5dcae2;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 8a16e4a58..c62bc44f6 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