mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Remove all id() and ordered_id() methods
This commit is contained in:
parent
1d04e15b63
commit
144a704e3b
4 changed files with 3 additions and 28 deletions
|
@ -45,11 +45,6 @@ sub is_serialized {
|
|||
return (reftype $self) eq 'SCALAR' ? 1 : 0;
|
||||
}
|
||||
|
||||
sub id {
|
||||
my $self = shift;
|
||||
return join ' - ', sort map $_->id, @$self;
|
||||
}
|
||||
|
||||
sub lines {
|
||||
my $self = shift;
|
||||
return polyline_lines($self);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue