Remove all id() and ordered_id() methods

This commit is contained in:
Alessandro Ranellucci 2012-07-22 20:59:42 +02:00
parent 1d04e15b63
commit 144a704e3b
4 changed files with 3 additions and 28 deletions

View file

@ -73,18 +73,6 @@ sub offset {
} $self->expolygon->offset_ex(@_);
}
sub add_hole {
my $self = shift;
my ($hole) = @_;
push @$self, $hole;
}
sub id {
my $self = shift;
return $self->contour->id;
}
sub clipper_polygon {
my $self = shift;