From af6f3a4020fc09cc45d69abb15a8a611ce6771ac Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Mon, 4 Jul 2022 08:50:33 -0500 Subject: Cleanup: Remove unused function --- source/blender/blenkernel/BKE_geometry_set_instances.hh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'source/blender/blenkernel/BKE_geometry_set_instances.hh') diff --git a/source/blender/blenkernel/BKE_geometry_set_instances.hh b/source/blender/blenkernel/BKE_geometry_set_instances.hh index dd4cfd69cb1..6d4b9a2128c 100644 --- a/source/blender/blenkernel/BKE_geometry_set_instances.hh +++ b/source/blender/blenkernel/BKE_geometry_set_instances.hh @@ -43,15 +43,4 @@ struct GeometryInstanceGroup { void geometry_set_gather_instances(const GeometrySet &geometry_set, Vector &r_instance_groups); -/** - * Add information about all the attributes on every component of the type. The resulting info - * will contain the highest complexity data type and the highest priority domain among every - * attribute with the given name on all of the input components. - */ -void geometry_set_gather_instances_attribute_info( - Span set_groups, - Span component_types, - const Set &ignored_attributes, - Map &r_attributes); - } // namespace blender::bke -- cgit v1.2.3