1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Remove useless Point->id method

This commit is contained in:
Alessandro Ranellucci
2012-08-23 15:46:55 +02:00
parent d278998f11
commit ee41345ab0
-5
View File
@@ -32,11 +32,6 @@ sub cast {
}
}
sub id {
my $self = shift;
return join ',', @$self;
}
sub coordinates {
my $self = shift;
return @$self;