Cleanup: Unused variable warning

This commit is contained in:
Hans Goudey 2022-12-04 23:08:16 -06:00
parent af2e780ddf
commit 9d47e782df
1 changed files with 0 additions and 1 deletions

View File

@ -368,7 +368,6 @@ void BKE_remesh_reproject_vertex_paint(Mesh *target, const Mesh *source)
{
BVHTreeFromMesh bvhtree = {nullptr};
BKE_bvhtree_from_mesh_get(&bvhtree, source, BVHTREE_FROM_VERTS, 2);
const Span<float3> target_positions = target->positions();
int i = 0;
const CustomDataLayer *layer;