[Bf-blender-cvs] [69ee9ca90e3] master: Fix: Build error with unity builds off after recent cleanup

Hans Goudey noreply at git.blender.org
Sat Jul 2 20:05:12 CEST 2022


Commit: 69ee9ca90e36aa6a74317262fccb1e3e2e9210bc
Author: Hans Goudey
Date:   Sat Jul 2 13:04:55 2022 -0500
Branches: master
https://developer.blender.org/rB69ee9ca90e36aa6a74317262fccb1e3e2e9210bc

Fix: Build error with unity builds off after recent cleanup

Mistake in df8d96ab66adf46603b36

===================================================================

M	source/blender/nodes/geometry/nodes/node_geo_convex_hull.cc

===================================================================

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<decl::Geometry>(N_("Convex Hull"));
 }
 
-using bke::GeometryInstanceGroup;
-
 #ifdef WITH_BULLET
 
 static Mesh *hull_from_bullet(const Mesh *mesh, Span<float3> coords)



More information about the Bf-blender-cvs mailing list