summaryrefslogtreecommitdiffstats
path: root/reports.cgi
diff options
context:
space:
mode:
authorbryce-mozilla%nextbus.com <>1999-05-12 13:33:14 +0200
committerbryce-mozilla%nextbus.com <>1999-05-12 13:33:14 +0200
commit1a1951d26649fde43b7e63903cfcd8acde5400b3 (patch)
treebe7c52ef42cb69e2730b5a0b4fe1e2fc26910c78 /reports.cgi
parent8beccefaea956f9ace010f11765e99df8baaad84 (diff)
downloadbugzilla-1a1951d26649fde43b7e63903cfcd8acde5400b3.tar.gz
bugzilla-1a1951d26649fde43b7e63903cfcd8acde5400b3.tar.xz
Remove dead code
Diffstat (limited to 'reports.cgi')
-rwxr-xr-xreports.cgi10
1 files changed, 0 insertions, 10 deletions
diff --git a/reports.cgi b/reports.cgi
index 35cf76fc2..b773ec269 100755
--- a/reports.cgi
+++ b/reports.cgi
@@ -392,16 +392,6 @@ sub is_legal_product
return grep { $_ eq $product} @myproducts;
}
-sub header
- {
- print <<FIN;
-<TABLE BGCOLOR="#000000" WIDTH="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0>
-<TR><TD><A HREF="http://www.mozilla.org/"><IMG
- SRC="http://www.mozilla.org/images/mozilla-banner.gif" ALT=""
- BORDER=0 WIDTH=600 HEIGHT=58></A></TD></TR></TABLE>
-FIN
- }
-
sub show_chart
{
my $when = localtime (time);