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

@ -15,7 +15,6 @@ use Slic3r::Fill::Rectilinear2;
use Slic3r::Geometry qw(scale shortest_path);
use Slic3r::Geometry::Clipper qw(union_ex diff_ex);
use XXX;
has 'print' => (is => 'ro', required => 1);
has 'fillers' => (is => 'rw', default => sub { {} });