mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Remove all id() and ordered_id() methods
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user