Cleanup: Fix compiler warning

This was caused by 8c3e81bd9b.
This commit is contained in:
Falk David
2025-08-14 18:08:20 +02:00
parent 6db4f0eb7d
commit d50c0b7942

View File

@@ -135,8 +135,6 @@ GreasePencilExporter::GreasePencilExporter(const IOContext &context, const Expor
{
}
constexpr const char *attr_material_index = "material_index";
std::optional<Bounds<float2>> GreasePencilExporter::compute_screen_space_drawing_bounds(
const RegionView3D &rv3d,
Object &object,