diff --git a/source/blender/blenkernel/intern/geometry_set_instances.cc b/source/blender/blenkernel/intern/geometry_set_instances.cc index 2d6e0e05a97..6b260207995 100644 --- a/source/blender/blenkernel/intern/geometry_set_instances.cc +++ b/source/blender/blenkernel/intern/geometry_set_instances.cc @@ -71,11 +71,6 @@ GeometrySet object_get_evaluated_geometry_set(const Object &object) return geometry_set; } - /* TODO: Cover the case of point clouds without modifiers-- they may not be covered by the - * #geometry_set_eval case above. */ - - /* TODO: Add volume support. */ - /* Return by value since there is not always an existing geometry set owned elsewhere to use. */ return {}; }