Cleanup: Remove outdated comments

Point clouds always use geometry_set_eval, and so do volumes.
This commit is contained in:
Hans Goudey 2022-06-30 21:52:04 -05:00
parent df8d96ab66
commit bd7b181e10
1 changed files with 0 additions and 5 deletions

View File

@ -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 {};
}