Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-07-19 11:45:39 +0300
committerbubnikv <bubnikv@gmail.com>2017-07-19 11:45:39 +0300
commit81823fe7dfa5aa1282ff921c36f66b08a02de63c (patch)
tree294d8c6b718f6968db33e45e8940294bd72a399e /t/bridges.t
parent2c82a327dd9e5270cf0f3a976360c8ec99ed3452 (diff)
Reduced the content of Geometry.pm, removed unused Perl subroutines.
Reduced the use Slic3r::Geometry and use Slic3r::Geometry::Clipper clauses to only reference used subroutines.
Diffstat (limited to 't/bridges.t')
-rw-r--r--t/bridges.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/bridges.t b/t/bridges.t
index 582863a33..cee3d3caa 100644
--- a/t/bridges.t
+++ b/t/bridges.t
@@ -9,7 +9,7 @@ BEGIN {
use List::Util qw(first sum);
use Slic3r;
-use Slic3r::Geometry qw(scale epsilon deg2rad rad2deg PI);
+use Slic3r::Geometry qw(scale epsilon deg2rad rad2deg);
use Slic3r::Test;
{