From 203ba5b36b83c64ecbc896b8e1e5f01b9d5dcae2 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 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 -- 2.39.5