cgitemplate: actually remove dead code

Signed-off-by: Simon McVittie <smcv@debian.org>
master
Simon McVittie 2016-12-19 12:00:34 +00:00
parent bc89021523
commit b0b1428e62
1 changed files with 0 additions and 5 deletions

View File

@ -58,11 +58,6 @@ sub cgitemplate ($$$;@) {
my $template=template("page.tmpl");
my $topurl = $config{url};
if (defined $cgi && ! $config{w3mmode} && ! $config{reverse_proxy}) {
$topurl = $cgi->url;
}
my $page="";
if (exists $params{page}) {
$page=delete $params{page};