Removing offset2 from Perl bindings and other minor cleanup.

This commit is contained in:
Vojtech Bubnik 2021-05-06 14:29:20 +02:00
parent 1c6333e557
commit f16d4953be
6 changed files with 4 additions and 32 deletions
src/libslic3r

View file

@ -1083,8 +1083,7 @@ MedialAxis::process_edge_neighbors(const VD::edge_type* edge, ThickPolyline* pol
}
}
bool
MedialAxis::validate_edge(const VD::edge_type* edge)
bool MedialAxis::validate_edge(const VD::edge_type* edge)
{
// prevent overflows and detect almost-infinite edges
#ifndef CLIPPERLIB_INT32