Cleanup: Sculpt: Remove another unused PBVH variable

This commit is contained in:
Hans Goudey
2024-06-26 16:53:49 -04:00
parent d3d9be486b
commit c365daaedb

View File

@@ -19,7 +19,6 @@ namespace blender::draw::pbvh {
struct PBVHBatches;
}
struct PBVHGPUFormat;
struct BMVert;
struct BMFace;
@@ -180,8 +179,6 @@ struct PBVH {
CustomDataLayer *color_layer;
blender::bke::AttrDomain color_domain;
PBVHGPUFormat *vbo_id;
PBVHPixels pixels;
~PBVH();