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
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2022-05-04 20:10:34 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2022-05-04 20:10:34 +0300
commitaa3231e2c5ed8a5d8c2125161a2f5f298964dbee (patch)
tree4bca266916185c25554b012e032fe844e4711213 /t
parent576c167bd52ea4f377a83c093be9d927a7cd2c75 (diff)
Further slimming of Perl bindings.
Diffstat (limited to '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 f0c75c353..2594ac087 100644
--- a/t/gaps.t
+++ b/t/gaps.t
@@ -10,7 +10,6 @@ BEGIN {
use List::Util qw(first);
use Slic3r;
-use Slic3r::Flow ':roles';
use Slic3r::Geometry qw(PI scale unscale convex_hull);
use Slic3r::Surface ':types';
use Slic3r::Test;