Cleanup: Sculpt: Remove finished undo comment
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user