mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Remove one more unused line
This commit is contained in:
@@ -41,7 +41,6 @@ sub read_file {
|
||||
my $vertices = [];
|
||||
{
|
||||
my %vertices_map = (); # given a vertex's coordinates, what's its index?
|
||||
my @vertices_facets = (); # given a vertex index, what are the indexes of its tangent facets?
|
||||
for (my $f = 0; $f <= $#$facets; $f++) {
|
||||
for (-3..-1) {
|
||||
my $point_id = join ',', @{$facets->[$f][$_]};
|
||||
|
||||
Reference in New Issue
Block a user