Remove XXX from dependencies

This commit is contained in:
Alessandro Ranellucci 2012-04-16 14:03:36 +02:00
parent 356e750cf4
commit d51ba94e8a
24 changed files with 0 additions and 24 deletions

View file

@ -2,7 +2,6 @@ package Slic3r::ExtrusionPath;
use Moo;
use Slic3r::Geometry qw(PI X Y epsilon deg2rad rotate_points);
use XXX;
# the underlying Slic3r::Polyline objects holds the geometry
has 'polyline' => (