From: cyeh%bluemartini.com <> Date: Thu, 1 Mar 2001 07:36:49 +0000 (+0000) Subject: fix for 69147: reports.cgi still refers to gif (bugzilla 2.11) X-Git-Tag: bugzilla-2.12~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5be069d77baffb56a402d2336e1cca9faa6de21;p=thirdparty%2Fbugzilla.git fix for 69147: reports.cgi still refers to gif (bugzilla 2.11) patch contributed to dave@intrec.com (Dave Miller). remove useless code. --- diff --git a/reports.cgi b/reports.cgi index e23897c9f3..0f9b370e40 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;