The 'use' prevented the build.

There is probably a reason for this line though.
This commit is contained in:
Anders Sundman 2013-09-04 22:45:19 +02:00
parent d9646ff6ba
commit 73878e0218

View file

@ -657,7 +657,7 @@ sub _line_intersection2 {
# 2D
sub bounding_box {
my ($points) = @_;
use XXX; ZZZ "not" if ref($points->[0]) eq 'ARRAY';
#use XXX; ZZZ "not" if ref($points->[0]) eq 'ARRAY';
my @x = map $_->x, @$points;
my @y = map $_->y, @$points; #,,
my @bb = (undef, undef, undef, undef);