Cleanup: Sculpt: Remove finished undo comment

This commit is contained in:
Hans Goudey
2024-09-17 11:17:32 -04:00
parent 37c0e3668e
commit f2c32f2a23

View File

@@ -249,10 +249,6 @@ struct StepData {
* amount of time we wait for the lock.
*
* This is only accessible when building the undo step, in between #push_begin and #push_end.
*
* \todo All nodes in a single step have the same type, so using the type as part of the map key
* should be unnecessary. However, to remove it, first the storage of the undo type should be
* moved to #StepData from #Node.
*/
Map<const bke::pbvh::Node *, std::unique_ptr<Node>> undo_nodes_by_pbvh_node;