Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-02-11 19:27:25 +0300
committerHans Goudey <h.goudey@me.com>2021-02-11 19:27:25 +0300
commit6a5d17bfb2b714d2b662f3fbb6cc6f73fb0293a3 (patch)
tree7a78497908a60dc5edc4c1469ae8c9996ad44094
parent05bbe3f8efb6641a7894e0ef7457b590e4d08d20 (diff)
Cleanup: Remove unused variable
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_collection_info.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_collection_info.cc b/source/blender/nodes/geometry/nodes/node_geo_collection_info.cc
index 42ad434ffcd..8391c4e2bc0 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_collection_info.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_collection_info.cc
@@ -72,9 +72,6 @@ static void geo_node_collection_info_exec(GeoNodeExecParams params)
copy_v3_v3(transform_mat[3], collection->instance_offset);
mul_m4_m4_pre(transform_mat, self_object->imat);
-
- float3 self_loc;
- copy_v3_v3(self_loc, self_object->obmat[3]);
}
instances.add_instance(instance, transform_mat, -1);