mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Removed duplicated method added to Slic3r::Line in caf20664cd. #1945
This commit is contained in:
@@ -18,9 +18,4 @@ sub grow {
|
||||
return Slic3r::Polyline->new(@$self)->grow(@_);
|
||||
}
|
||||
|
||||
sub as_polyline {
|
||||
my ($self) = @_;
|
||||
return Slic3r::Polyline->new(@$self);
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user