Cleanup: Remove unused variable from recent commit

Pull Request: https://projects.blender.org/blender/blender/pulls/109242
This commit is contained in:
Iliya Katueshenock
2023-06-22 14:37:10 +02:00
committed by Hans Goudey
parent a4ef0ac05a
commit 333e820ed7

View File

@@ -490,7 +490,6 @@ static void duplicate_faces(GeometrySet &geometry_set,
geometry_set.keep_only_during_modify({GeometryComponent::Type::Mesh});
const Mesh &mesh = *geometry_set.get_mesh_for_read();
const Span<int2> edges = mesh.edges();
const OffsetIndices polys = mesh.polys();
const Span<int> corner_verts = mesh.corner_verts();
const Span<int> corner_edges = mesh.corner_edges();