header.pl: Remove unused openpagewithoutmenu function

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-03-23 19:21:56 +01:00
parent 72e6d61719
commit d716ad52a7

View 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