Commit d5be069d authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

fix for 69147: reports.cgi still refers to gif (bugzilla 2.11)

patch contributed to dave@intrec.com (Dave Miller). remove useless code.
parent a78a77b6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment