From 69ee9ca90e36aa6a74317262fccb1e3e2e9210bc Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Sat, 2 Jul 2022 13:04:55 -0500 Subject: Fix: Build error with unity builds off after recent cleanup Mistake in df8d96ab66adf46603b36 --- source/blender/nodes/geometry/nodes/node_geo_convex_hull.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/blender/nodes/geometry/nodes/node_geo_convex_hull.cc b/source/blender/nodes/geometry/nodes/node_geo_convex_hull.cc index 31f706c497c..045206d04cd 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_convex_hull.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_convex_hull.cc @@ -22,8 +22,6 @@ static void node_declare(NodeDeclarationBuilder &b) b.add_output(N_("Convex Hull")); } -using bke::GeometryInstanceGroup; - #ifdef WITH_BULLET static Mesh *hull_from_bullet(const Mesh *mesh, Span coords) -- cgit v1.2.3