Cleanup: Remove unused NearestVertexData struct

Pull Request: https://projects.blender.org/blender/blender/pulls/125912
This commit is contained in:
Sean Kim
2024-08-05 21:23:29 +02:00
committed by Sean Kim
parent aa133b1a42
commit 15817b0cba

View File

@@ -990,11 +990,6 @@ bool SCULPT_check_vertex_pivot_symmetry(const float vco[3], const float pco[3],
return is_in_symmetry_area;
}
struct NearestVertexData {
PBVHVertRef nearest_vertex;
float nearest_vertex_distance_sq;
};
namespace blender::ed::sculpt_paint {
std::optional<int> nearest_vert_calc_mesh(const bke::pbvh::Tree &pbvh,