Removed duplicated method added to Slic3r::Line in caf20664cd
. #1945
This commit is contained in:
parent
caf20664cd
commit
0c50ab5323
1 changed files with 0 additions and 5 deletions
|
@ -18,9 +18,4 @@ sub grow {
|
|||
return Slic3r::Polyline->new(@$self)->grow(@_);
|
||||
}
|
||||
|
||||
sub as_polyline {
|
||||
my ($self) = @_;
|
||||
return Slic3r::Polyline->new(@$self);
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Reference in a new issue