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

patch contributed to dave@intrec.com (Dave Miller).
remove useless code.


git-svn-id: svn://10.0.0.236/trunk@88209 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cyeh%bluemartini.com 2001-02-28 23:36:49 +00:00
parent 7095b3e560
commit f1dedfdcf1

View File

@ -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;