From 15593299f3d9164fe1c2ca91d317206a2b64ad6e Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Wed, 21 Sep 2022 11:05:35 +0200 Subject: Revert "Cleanup: Fix warning unused variable 'mode' when doing make lite" Sorry, this was working before I rebased. I believe the warning was fixed and the rebase still applied. The commit as it was introduced building problems This reverts commit ae21319d7f7d3e779c25b08d07a1458d6c054560. --- .../blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender') diff --git a/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc b/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc index e0e43ce9f0a..b3fc24ded68 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc @@ -181,7 +181,6 @@ static void point_scatter_density_grid(const openvdb::FloatGrid &grid, static void geo_node_distribute_points_in_volume_exec(GeoNodeExecParams params) { -#ifdef WITH_OPENVDB GeometrySet geometry_set_in = params.extract_input("Volume"); #ifdef WITH_OPENVDB -- cgit v1.2.3