Fix: Build error with unity builds off after recent cleanup

Mistake in df8d96ab66
This commit is contained in:
Hans Goudey 2022-07-02 13:04:55 -05:00
parent 01d7dedd74
commit 69ee9ca90e
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ static void node_declare(NodeDeclarationBuilder &b)
b.add_output<decl::Geometry>(N_("Convex Hull"));
}
using bke::GeometryInstanceGroup;
#ifdef WITH_BULLET
static Mesh *hull_from_bullet(const Mesh *mesh, Span<float3> coords)