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
path: root/t/gaps.t
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/gaps.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/gaps.t')
-rw-r--r--t/gaps.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/gaps.t b/t/gaps.t
index 6210a7dce..23acf9fd0 100644
--- a/t/gaps.t
+++ b/t/gaps.t
@@ -11,7 +11,6 @@ use List::Util qw(first);
use Slic3r;
use Slic3r::Flow ':roles';
use Slic3r::Geometry qw(PI scale unscale convex_hull);
-use Slic3r::Geometry::Clipper qw();
use Slic3r::Surface ':types';
use Slic3r::Test;