Removed useless code

This commit is contained in:
Alessandro Ranellucci 2013-06-20 19:21:35 +02:00
parent b414c50b68
commit 4474595629
2 changed files with 0 additions and 16 deletions

View file

@ -56,12 +56,6 @@ sub remove_acute_vertices {
bless $_, 'Slic3r::Point' for @$self;
}
sub point_on_segment {
my $self = shift;
my ($point) = @_;
return polygon_segment_having_point($self, $point);
}
sub encloses_point {
my $self = shift;
my ($point) = @_;