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