]> 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, 27 Apr 2024 17:41:16 +0000 (19:41 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/cfgroot/header.pl

index 9b35c55b1e4378da2da01f3c22cd8753343b663b..e62d351a44ad6f38002005f291df7b2975996340 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