]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
header.pl: Remove unused openpagewithoutmenu function
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Mar 2024 18:21:56 +0000 (19:21 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Mar 2024 18:21:56 +0000 (19:21 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/cfgroot/header.pl

index 8a16e4a587d434b18ea229480e481fcd6d440c53..c62bc44f623045e6bf9c5e5da06beb63c96a6211 100644 (file)
@@ -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