From d5be069d77baffb56a402d2336e1cca9faa6de21 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Thu, 1 Mar 2001 07:36:49 +0000 Subject: fix for 69147: reports.cgi still refers to gif (bugzilla 2.11) patch contributed to dave@intrec.com (Dave Miller). remove useless code. --- reports.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'reports.cgi') diff --git a/reports.cgi b/reports.cgi index e23897c9f..0f9b370e4 100755 --- a/reports.cgi +++ b/reports.cgi @@ -521,7 +521,6 @@ FIN sub chart_image_type { # what chart type should we be generating? my $testimg = Chart::Lines->new(2,2); - eval '$testimg->gif()'; my $type = $testimg->can('gif') ? "gif" : "png"; undef $testimg; -- cgit v1.2.3-24-g4f1b